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