Exemple #1
0
 public bool UpdateMapByMid(M_App model)
 {
     return(Sql.UpdateByID(TbName, "ID", model.ID, BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }
Exemple #2
0
 public int Insert(M_App model)
 {
     return(Sql.insertID(TbName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model)));
 }