示例#1
0
 public TypeProductController(ITypeProductService typeSer)
 {
     _typeSer = typeSer;
 }
示例#2
0
 public TypeProductController(ITypeProductService typeProductService, IMapper mapper)
 {
     _typeProductService = typeProductService;
     _mapper             = mapper;
 }
 public ProductsTypesController(ITypeProductService serviTypeService, IMapper mapper)
 {
     _typeProductService = serviTypeService;
     _mapper             = mapper;
 }