예제 #1
0
 public void Update(tblTimeSheetLine model)
 {
     Execute(SqlUpdateCommand, model);
 }
예제 #2
0
 public void Insert(tblTimeSheetLine model)
 {
     Execute(SqlInsertCommand, model);
 }