コード例 #1
0
 public int Insert()
 {
     return(ItemDAO.Insert(this));
 }
コード例 #2
0
 public int Update()
 {
     return(ItemDAO.Update(this));
 }
コード例 #3
0
 public int Delete()
 {
     return(ItemDAO.Delete(this));
 }