public void Update(EnderecoDTO obj) { var objEntity = _mapper.Map <Endereco>(obj); _serviceEndereco.Update(objEntity); }