コード例 #1
0
ファイル: NewsTypeBLL.cs プロジェクト: benxuu/SYPM
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public int Update(NewsTypeEntity model)
 {
     return(dal.Update(model));
 }
コード例 #2
0
ファイル: NewsTypeBLL.cs プロジェクト: winterone/AFeiDemo
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public int Update(NewsTypeModel model)
 {
     return(dal.Update(model));
 }