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