public DepartmentService(Projeto_ASPNETContext context)
 {
     _context = context;
 }
 public SalesRecordService(Projeto_ASPNETContext context)
 {
     _context = context;
 }
 public DepartmentsController(Projeto_ASPNETContext context)
 {
     _context = context;
 }
Пример #4
0
 public SeedingService(Projeto_ASPNETContext context)
 {
     _context = context;
 }
Пример #5
0
 public SellerService(Projeto_ASPNETContext context)
 {
     _context = context;
 }