Beispiel #1
0
 public int insertMod(Model.Transport.DsWhHistory history)
 {
     return(IDsWhHistoryDao.Instance.insertMod(history));
 }
Beispiel #2
0
 public override int insertMod(Model.Transport.DsWhHistory history)
 {
     return(Context.Insert("DsWhHistory", history).AutoMap(p => p.SysNo).ExecuteReturnLastId <int>("SysNo"));
 }