예제 #1
0
파일: NewsTypeBLL.cs 프로젝트: benxuu/SYPM
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public int Update(NewsTypeEntity model)
 {
     return(dal.Update(model));
 }
예제 #2
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public int Update(NewsTypeModel model)
 {
     return(dal.Update(model));
 }