Exemplo n.º 1
0
 public int UpdateCompte(Compte compte)
 {
     return(_compteRepository.Update(compte));
 }