示例#1
0
 public int Delete(int id)
 {
     BeginTransaction();
     _rep.Delete(id);
     return(Commit());
 }