public bool Update(Canton entity) { try { DB.ActualizarCanton(entity.Id, entity.ProvinciaId, entity.Nombre); return(true); } catch (Exception ex) { throw ex; } }