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