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