public static int AddNotice(Notice notice) { return(NoticeSer.AddNotice(notice)); }
public static Notice GetNoticeById(Notice notice) { return(NoticeSer.GetNoticeById(notice)); }