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