Exemple #1
0
 public SalesRecordService(UdemyWebMvcContext context)
 {
     _context = context;
 }
 public DepartmentsController(UdemyWebMvcContext context)
 {
     _context = context;
 }
 public SeedingService(UdemyWebMvcContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DepartmentService(UdemyWebMvcContext context)
 {
     _context = context;
 }
Exemple #5
0
 public SellerService(UdemyWebMvcContext context)
 {
     _context = context;
 }