Exemplo n.º 1
0
 public HorarioController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public UserController(ColegioBdContext Context, IConfiguration configuration)
 {
     this.Context = Context;
     _configuration = configuration;
 }
 public MatriculaController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public NotificacionesController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
Exemplo n.º 5
0
 public CursoController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
Exemplo n.º 6
0
 public NotasController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
Exemplo n.º 7
0
 public ProfesorController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public AlumnoController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public ActividadesController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public SilabosController(ColegioBdContext Context)
 {
     this.Context = Context;
 }
 public ExamenController(ColegioBdContext Context)
 {
     this.Context = Context;
 }