Example #1
0
 public List <REVIEW> getReviews(CARTE Carte) => a.getReviews(Carte);
Example #2
0
 public bool existaCarte(CARTE carte) => a.existCarte(carte);