Ejemplo n.º 1
0
 public static IList<vTIPO_PLAZOS> GetvTIPO_PLAZOS2(string cod_tpla)
 {
     EstudiosPreviosBL ep = new EstudiosPreviosBL();
     IList<vTIPO_PLAZOS> lEp = ep.GetvTIPO_PLAZOS(cod_tpla);
     return lEp;
 }
Ejemplo n.º 2
0
 public static IList<vTIPO_PLAZOS> GetvTIPO_PLAZOS()
 {
     EstudiosPreviosBL ep = new EstudiosPreviosBL();
     IList<vTIPO_PLAZOS> lEp = ep.GetvTIPO_PLAZOS();
     return lEp;
 }