Esempio n. 1
0
 public Usuario AlterarPrimeiroAcesso(Guid usuarioId)
 {
     return(_usuarioRepositorio.AlterarPrimeiroAcesso(usuarioId));
 }