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