示例#1
0
 public int AddGoods(string GName, string GType, double GPrice, int GCount, string GDescription, string Gpicture)
 {
     return(dao.AddGoods(GName, GType, GPrice, GCount, GDescription, Gpicture));
 }