Exemplo n.º 1
0
 public bool CommitOrder(int orderid, int totalprice)
 {
     return(dal.CommitOrder(orderid, totalprice) > 0);
 }