示例#1
0
 public Counthistory Insert(Counthistory record)
 {
     return(this.adapter.Insert(record));
 }
示例#2
0
 public Counthistory Update(Counthistory record)
 {
     return(this.repository.Update(record));
 }
示例#3
0
 public void Delete(Counthistory record)
 {
     this.repository.Delete(record);
 }
示例#4
0
 public Counthistory Insert(Counthistory record)
 {
     return(this.repository.Insert(record));
 }