Ejemplo n.º 1
0
 public static List<vDEPENDENCIA> GetAllDEPENDENCIA()
 {
     string ide_ter = Usuario.UserName;
     EstudiosPreviosBL ep = new EstudiosPreviosBL();
     return ep.GetAllDependencias();
 }