Ejemplo n.º 1
0
 public ManufacturerCategoryMappingAppService(ILogger <ManufacturerCategoryMappingAppService> logger, IManufacturerCategoryMappingService manufacturerCategoryMappingService, ICurrentContext context, ICommonService commonService)
 {
     _logger = logger;
     _manufacturerCategoryMappingService = manufacturerCategoryMappingService;
     _context       = context;
     _commonService = commonService;
 }
Ejemplo n.º 2
0
 public ManufacturerCategoryMappingCommandHandler(IManufacturerCategoryMappingService manufacturerCategoryMappingService, ICommonService commonService)
 {
     _manufacturerCategoryMappingService = manufacturerCategoryMappingService;
     _commonService = commonService;
 }