Beispiel #1
0
 public static bool Update(yny_002.Model.EPConfig model)
 {
     return(yny_002.DAL.EPConfig.Update(model));
 }
Beispiel #2
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public static bool Update(yny_002.Model.EPConfig model)
 {
     return(DAL.BaseParameter.SaveChange <Model.EPConfig>(model));
 }