示例#1
0
 public int Add(ProductsTBModel m)
 {
     return(bll.Add(m));
 }
示例#2
0
 public int Delete(ProductsTBModel id)
 {
     return(bll.Delete(id));
 }