Beispiel #1
0
 public SallerService(CursoWebMVCContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DepartmentService(CursoWebMVCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DepartmentsController(CursoWebMVCContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public SeedingService(CursoWebMVCContext context)
 {
     _context = context;
 }