Exemple #1
0
 public int AddnewGoods(Ngoods n)
 {
     return(dal.AddnewGoods(n));
 }