Example #1
0
 public static IList<vVIGENCIAS> GetvVIGENCIAS()
 {
     EstudiosPreviosBL ep = new EstudiosPreviosBL();
     IList<vVIGENCIAS> lEp = ep.GetvVIGENCIAS();
     return lEp;
 }