Beispiel #1
0
 public bool Upd(engage_answer us)
 {
     return(ist.Upd(us));
 }
Beispiel #2
0
 public engage_answer SelectOne(engage_answer us)
 {
     return(ist.SelectBy(e => e.ans_id == us.ans_id)[0]);
 }
Beispiel #3
0
 public bool Add(engage_answer us)
 {
     return(ist.Add(us));
 }
Beispiel #4
0
 public bool Del(engage_answer us)
 {
     return(ist.Del(us));
 }
Beispiel #5
0
 public int Del(engage_answer t)
 {
     return(dao.Del(t));
 }
Beispiel #6
0
 public int Change(engage_answer t)
 {
     return(dao.Change(t));
 }
Beispiel #7
0
 public int Add(engage_answer t)
 {
     return(dao.Add(t));
 }