Exemple #1
0
 public bool UpdateByID(M_ChatMsg model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.UserID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Exemple #2
0
 public int Insert(M_ChatMsg model)
 {
     return(Sql.insert(TbName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }