Exemple #1
0
 // Returns a list with the recipes that a user have done
 public List<Recipe> RecipesUser(UserEN user)
 {
 }
Exemple #2
0
 // Returns a list with the comments that a user have done
 public List<Comment> CommentsUser(UserEN user)
 {
 }