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