Пример #1
0
 public Task AddPaiementAsync(Paiement paiement)
 {
     return(_paiementRepository.AddAsync(paiement));
 }