public Counthistory Insert(Counthistory record) { return(this.adapter.Insert(record)); }
public Counthistory Update(Counthistory record) { return(this.repository.Update(record)); }
public void Delete(Counthistory record) { this.repository.Delete(record); }
public Counthistory Insert(Counthistory record) { return(this.repository.Insert(record)); }