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