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