public void Update(EmpresaDTO empresaDTO) { var cliente = mapper.MapperDTOToEntity(empresaDTO); service.Update(cliente); }