Example #1
0
 public string AddProduct(int pID, double amnt)
 {
     return(OrderMapper.AddProduct(this, pID, amnt));
 }