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