コード例 #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));
 }