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