예제 #1
0
 public List <UspReporteInscritosSeleccionXCarreraCuatrimestre_Result> UspReporteInscritosSeleccionXCarreraCuatrimestre(int periodo)
 {
     return(dbContext.UspReporteInscritosSeleccionXCarreraCuatrimestre(periodo).ToList());
 }