Exemplo n.º 1
0
 //private readonly IConfiguration _configuration;
 public ProductsController(/*IProductService productService,*/ IMapper mapper, ITodoRucContribuyente todoRucRepository /*,IConfiguration configuration*/, IUserService userService)
 {
     //_productService = productService;
     _mapper            = mapper;
     _todoRucRepository = todoRucRepository;
     _userService       = userService;
     //_configuration = configuration;
 }
Exemplo n.º 2
0
 public CategoriesController(ITodoRucContribuyente categoryService, IMapper mapper)
 {
     _categoryService = categoryService;
     _mapper          = mapper;
 }