Exemplo n.º 1
0
 public IReadOnlyList <Compte> GetAllComptes()
 {
     return(_compteRepository.ListAll());
 }