Ejemplo n.º 1
0
 public AlumnoRepository(
     CovalcoEntities covalcoEntities)
 {
     this.db = covalcoEntities;
 }