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