Exemplo n.º 1
0
 public int GetInsert(M_CollectionInfo model)
 {
     return(Sql.insertID(TbName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
Exemplo n.º 2
0
 public bool UpdateByID(M_CollectionInfo model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.C_IID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }