Exemplo n.º 1
0
 public Task UpdateCompteAsync(Compte compte)
 {
     return(_compteRepository.UpdateAsync(compte));
 }