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