Ejemplo n.º 1
0
 public async Task RateRecipe(int recipeId, int rating, int userId, Comment comment)
 {
     await recipeService.AddRatingAsync(recipeId, rating, userId, comment.Text);
 }