Esempio n. 1
0
 public ERetornoEstabelecimento Desativar(long id)
 {
     return(_estabelecimentoRepository.EditStatus(id, EStatus.Inativo) ? ERetornoEstabelecimento.DesativadoSucesso : ERetornoEstabelecimento.ErroDesconhecido);
 }