Example #1
0
 public bool CreateorderDetail(int userid, string name, string mobile, string address, string remark, int productId, int productCount, int useStone, out decimal money, out string orderId)
 {
     return(_dao.CreateorderDetail(userid, name, mobile, address, remark, productId, productCount, useStone, out money, out orderId));
 }