Ejemplo n.º 1
0
 public Task <IReadOnlyList <Compte> > GetAllComptesAsync()
 {
     return(_compteRepository.ListAllAsync());
 }