Ejemplo n.º 1
0
 public CoursesController(BITM9Context context)
 {
     _context = context;
 }
 public StudentCoursesController(BITM9Context context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ProductsController(BITM9Context context)
 {
     _context = context;
 }
 public CategoriesController(BITM9Context context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public EmployeesController(BITM9Context context)
 {
     _context = context;
 }