Esempio n. 1
0
 public int Insert()
 {
     return(ItemDAO.Insert(this));
 }
Esempio n. 2
0
 public int Update()
 {
     return(ItemDAO.Update(this));
 }
Esempio n. 3
0
 public int Delete()
 {
     return(ItemDAO.Delete(this));
 }