Ejemplo n.º 1
0
 public void Commit()
 {
     foreach (var newRating in newRatings)
     {
         context.RateRecipe(newRating.Key.Id, newRating.Value);
     }
 }