Пример #1
0
 public void AddToBag(int ProductID, int AccountID)
 {
     shopLogic.AddToBag(ProductID, AccountID);
 }