コード例 #1
0
 public int delete(int f_id)
 {
     DAL.fathercate dal = new DAL.fathercate();
     return(dal.delete(f_id));
 }
コード例 #2
0
 public DataSet dataset()
 {
     DAL.fathercate dal = new DAL.fathercate();
     return(dal.dataset());
 }
コード例 #3
0
 public int update(Model.fathercate mym)
 {
     DAL.fathercate dal = new DAL.fathercate();
     return(dal.update(mym));
 }
コード例 #4
0
 public int insert(Model.fathercate mym)
 {
     DAL.fathercate dal = new DAL.fathercate();
     return(dal.insert(mym));
 }