Example #1
0
 public void DeleteCiudad(int id)
 {
     try
     {
         repositorio.DeleteCiudad(id);
     }
     catch (Exception)
     {
         return;
     }
 }