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