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