コード例 #1
0
 public List <Announcement> GetCategoryeAnnouncement(string id)
 {
     return(_announcementDal.GetCategoryeAnnouncement(id));
 }