Exemplo n.º 1
0
 public bool Update(Catelog c)
 {
     return(cateDB.Update(c));
 }
Exemplo n.º 2
0
 public DataTable Search(Catelog c)
 {
     return(cateDB.Search(c));
 }
Exemplo n.º 3
0
 public bool Insert(Catelog c)
 {
     return(cateDB.Insert(c));
 }