コード例 #1
0
ファイル: CultureBLL.cs プロジェクト: paddy235/BSFramework
 public List <NewsEntity> GetNotices(string deptid)
 {
     return(service.GetNotices(deptid));
 }