Example #1
0
 public StudentsController(WebApplication6Context context)
 {
     _context = context;
 }
Example #2
0
 public CursosController(WebApplication6Context context)
 {
     _context = context;
 }
 public EstudiantesController(WebApplication6Context context)
 {
     _context = context;
 }