Esempio n. 1
0
 public TypeProductController(ITypeProductService typeSer)
 {
     _typeSer = typeSer;
 }
Esempio n. 2
0
 public TypeProductController(ITypeProductService typeProductService, IMapper mapper)
 {
     _typeProductService = typeProductService;
     _mapper             = mapper;
 }
 public ProductsTypesController(ITypeProductService serviTypeService, IMapper mapper)
 {
     _typeProductService = serviTypeService;
     _mapper             = mapper;
 }