コード例 #1
0
ファイル: NoteBll.cs プロジェクト: matsterr88/Note
 public List <Notice> GetNoticeList()
 {
     return(_noteDal.GetNoticeList());
 }