Ejemplo n.º 1
0
 public bool GetUpdata(M_Usermagazine model)
 {
     return(Sql.UpdateByIDs(strTableName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Ejemplo n.º 2
0
 public int GetInsert(M_Usermagazine model)
 {
     return(Sql.insert(strTableName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }