Exemplo n.º 1
0
 public DepartmentsController(ControleDeVendasWebMvcContext context)
 {
     _context = context;
 }
 public SellerService(ControleDeVendasWebMvcContext context)
 {
     _context = context;
 }
 public DepartmentService(ControleDeVendasWebMvcContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public SalesRecordsService(ControleDeVendasWebMvcContext context)
 {
     _context = context;
 }