Exemplo n.º 1
0
 public materiaBL()
 {
     _contexto       = new Contexto();
     Listadematerias = new List <Materia>();
 }
Exemplo n.º 2
0
 public SeccionesBL()
 {
     _contexto        = new Contexto();
     Listadesecciones = new List <Seccion>();
 }
Exemplo n.º 3
0
 public NotasBL()
 {
     _contexto    = new Contexto();
     ListadeNotas = new List <Notas>();
 }
Exemplo n.º 4
0
 public seccionBL()
 {
     _contexto        = new Contexto();
     Listadesecciones = new List <seccion>();
 }
Exemplo n.º 5
0
 public AlumnosBL()
 {
     _contexto      = new Contexto();
     ListadeAlumnos = new List <Alumno>();
 }