using WIDESEA_StorageBasicRepository; namespace WIDESEA_StorageBasicServices; public class ProductionService : ServiceBase, IProductionService { public ProductionService(IProductionRepository BaseDal) : base(BaseDal) { } }