Example #1
0
 public SellerService(SalesWebMvc2017Context context)
 {
     _context = context;
 }
 public DepartmentService(SalesWebMvc2017Context context)
 {
     _context = context;
 }
Example #3
0
 public DepartmentsController(SalesWebMvc2017Context context)
 {
     _context = context;
 }
Example #4
0
 public SeedingService(SalesWebMvc2017Context context)
 {
     _context = context;
 }
Example #5
0
 public SalesRecordService(SalesWebMvc2017Context context)
 {
     _context = context;
 }