Ejemplo n.º 1
0
 public static List <DistritoVO> GetDistritos1()
 {
     try
     {
         return(DistritoDAO.GetDistritos1());
     }
     catch
     {
         throw;
     }
 }