コード例 #1
0
 public AlumnoRepository(
     CovalcoEntities covalcoEntities)
 {
     this.db = covalcoEntities;
 }