Exemplo n.º 1
0
 public IReadOnlyList <Compte> GetCompteByClientId(int id)
 {
     return(_compteRepository.GetCompteByClientId(id));
 }