Exemple #1
0
 public IReadOnlyList <Compte> GetAllComptes()
 {
     return(_compteRepository.ListAll());
 }