Пример #1
0
 public ManufacturerService(
     IManufacturerRepository thyMenaManufacturerRepository,
     IProductManufacturerMappingRepository thyMenaProductManufacturerMappingRepository,
     IUrlRecordRepository thyMenaUrlRecordRepository)
 {
     _thyMenaManufacturerRepository = thyMenaManufacturerRepository;
     _thyMenaProductManufacturerMappingRepository = thyMenaProductManufacturerMappingRepository;
     _thyMenaUrlRecordRepository = thyMenaUrlRecordRepository;
 }
 public ProductManufacturerMappingService(
     IProductManufacturerMappingRepository thyMenaProductManufacturerMappingRepository
     )
 {
     _thyMenaProductManufacturerMappingRepository = thyMenaProductManufacturerMappingRepository;
 }