Beispiel #1
0
 //添加信息
 public int AddInfo(Carts cart)
 {
     return(cs.AddInfo(cart));
 }