Exemplo n.º 1
0
 public bool UpdateByID(M_Pro_Step model)
 {
     return(Sql.UpdateByIDs(TbName, PK, model.ID.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }