예제 #1
0
 public static int AddNotice(Notice notice)
 {
     return(NoticeSer.AddNotice(notice));
 }
예제 #2
0
 public static Notice GetNoticeById(Notice notice)
 {
     return(NoticeSer.GetNoticeById(notice));
 }