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