Beispiel #1
0
 public int GetInsert(M_Accountinfo model)
 {
     return(Sql.insert(strTableName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
Beispiel #2
0
 public bool GetUpdate(M_Accountinfo model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.id.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }