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