コード例 #1
0
 public materiaBL()
 {
     _contexto       = new Contexto();
     Listadematerias = new List <Materia>();
 }
コード例 #2
0
 public SeccionesBL()
 {
     _contexto        = new Contexto();
     Listadesecciones = new List <Seccion>();
 }
コード例 #3
0
 public NotasBL()
 {
     _contexto    = new Contexto();
     ListadeNotas = new List <Notas>();
 }
コード例 #4
0
 public seccionBL()
 {
     _contexto        = new Contexto();
     Listadesecciones = new List <seccion>();
 }
コード例 #5
0
 public AlumnosBL()
 {
     _contexto      = new Contexto();
     ListadeAlumnos = new List <Alumno>();
 }