Ejemplo n.º 1
0
 public CustomersController(PancaseContext context, ICustomerService customerService)
 {
     _context         = context;
     _customerService = customerService;
 }
Ejemplo n.º 2
0
 public CustomerService(PancaseContext context)
 {
     _context = context;
 }