Esempio n. 1
0
 public bool UpdateByID(M_MailInfo model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Esempio n. 2
0
 public bool UpdateByID(M_Process model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.Id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }
Esempio n. 3
0
 public int Insert(M_ServiceSeat model)
 {
     return(Sql.insert(strTableName, model.GetParameters(model), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
Esempio n. 4
0
 public int insert(M_Process model)
 {
     return(Sql.insert(strTableName, model.GetParameters(model), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
Esempio n. 5
0
 public bool UpdateByID(M_ServiceSeat model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.S_ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters(model)));
 }