예제 #1
0
 public static bool AddOrderNum(int productId, string tableName, string property, int quantity)
 {
     return(dal.AddOrderNum(productId, tableName, property, quantity));
 }