public void Excluir(EnderecoDTO obj) { var objEndereco = _mapperEndereco.MapeadorPorEntidade(obj); _serviceEndereco.Excluir(objEndereco); }