예제 #1
0
 public bool Update(Provincia entity)
 {
     try
     {
         DB.ActualizarProvincia(entity.Id, entity.Nombre);
         return(true);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }