コード例 #1
0
ファイル: UserCAD.cs プロジェクト: jorge1993/GrupoARACocina
 // Returns a list with the recipes that a user have done
 public List<Recipe> RecipesUser(UserEN user)
 {
 }
コード例 #2
0
ファイル: UserCAD.cs プロジェクト: jorge1993/GrupoARACocina
 // Returns a list with the comments that a user have done
 public List<Comment> CommentsUser(UserEN user)
 {
 }