Example #1
0
 public SeguridadBL()
 {
     _contexto = new Contexto();
 }
Example #2
0
 public MateriasBL()
 {
     _contexto       = new Contexto();
     ListadeMaterias = new List <Materias>();
 }
 public EstudiantesBL()
 {
     _contexto          = new Contexto();
     listadeEstudiantes = new List <Estudiantes>();
 }