示例#1
0
 public static bool ExisteLegajo(int legajo)
 {
     try
     {
         PersonaAdapter data = new PersonaAdapter();
         return(data.ExisteLegajo(legajo));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }