예제 #1
0
 public Task AddCompteAsync(Compte compte)
 {
     return(_compteRepository.AddAsync(compte));
 }