コード例 #1
0
 public object GetNoticeList(string account, int compId)
 {
     return(_noticeManager.GetNoticeList(account, compId));
 }