示例#1
0
 public List <GetMateriasDisponibles_Result> GetMateriasDisponibles()
 {
     return(dbContext.GetMateriasDisponibles().ToList());
 }