예제 #1
0
 public int Insert(M_Ucenter model)
 {
     return(Sql.insert(strTableName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }
예제 #2
0
 public bool UpdateMapByMid(M_Ucenter model)
 {
     return(Sql.UpdateByID(strTableName, "ID", model.ID, BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }