コード例 #1
0
 public bool JoinMeal(Meal Meal, string User)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool LeaveMeal(Meal meal, string User)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool DeleteMeal(Meal meal)
 {
     throw new NotImplementedException();
 }