C# Class H.BLL.UserOrder

用户订单方法 added by zbw911
Show file Open project: zbw911/CS4Hadoop

Public Methods

Method Description
AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void

插入用户订单 : create 'userorder','o'

Method Details

AddUserOrder() public static method

插入用户订单 : create 'userorder','o'
public static AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void
userid string
orderid string
productid string
pip string
count int
price double
money double
ordertime System.DateTime
return void