public DepartmentsController(PROJETOFINAL_SalesWebContext context)
 {
     _context = context;
 }
Пример #2
0
 public SellerService(PROJETOFINAL_SalesWebContext context)
 {
     _context = context;
 }
Пример #3
0
 public SalesRecordsService(PROJETOFINAL_SalesWebContext context)
 {
     _context = context;
 }
Пример #4
0
 public DepartmentService(PROJETOFINAL_SalesWebContext context)
 {
     _context = context;
 }