示例#1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public void Update(thesis.model.RiskFactor model)
 {
     dal.Update(model);
 }