public SalesRecordsController(appTesteContext context)
 {
     _context = context;
 }
예제 #2
0
 public SellersController(appTesteContext context)
 {
     _context = context;
 }
예제 #3
0
 public DepartmentsController(appTesteContext context)
 {
     _context = context;
 }