Ejemplo n.º 1
0
 public ScoreModel(Score scores)
 {
     this.Assign(scores);
     Restaurant = new RestaurantModel();
     Voters     = new VoterModel();
 }
Ejemplo n.º 2
0
 public RatingModel(Rating ratings)
 {
     this.Assign(ratings);
     Restaurant = new RestaurantModel();
     Voters     = new VoterModel();
 }