コード例 #1
0
 public void AddWishListItem(int gameId, int userId)
 {
     OrderContext.AddWishListItem(gameId, userId);
 }