예제 #1
0
 public bool BuyProduct(int UserId, int ProductId)
 {
     return(ProductController.BuyProduct(UserId, ProductId));
 }