public MoviesController(MvcAppDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DepartmentsController(MvcAppDbContext context)
 {
     _context = context;
 }
 public EmployeesController(MvcAppDbContext context)
 {
     _context = context;
 }