public SalesRecordService(WebApp_SellersTableContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DepartmentService(WebApp_SellersTableContext context)
 {
     _context = context;
 }
Exemple #3
0
 public SellerService(WebApp_SellersTableContext context)
 {
     _context = context;
 }
 public DepartmentsController(WebApp_SellersTableContext context)
 {
     _context = context;
 }