예제 #1
0
 public int Update(Supplier s)
 {
     return(supDAO.Update(s));
 }
예제 #2
0
 public int Add(Supplier s)
 {
     return(supDAO.Add(s));
 }