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