public DepartmentService(tst17_SalesWebMvcContext context)
 {
     _context = context;
 }
Example #2
0
 public DepartmentsController(tst17_SalesWebMvcContext context)
 {
     _context = context;
 }
 public SellerService(tst17_SalesWebMvcContext context)
 {
     _context = context;
 }
Example #4
0
 public SalesRecordService(tst17_SalesWebMvcContext context)
 {
     _context = context;
 }