Esempio n. 1
0
 public static int AddNotice(Notice notice)
 {
     return(NoticeSer.AddNotice(notice));
 }
Esempio n. 2
0
 public static Notice GetNoticeById(Notice notice)
 {
     return(NoticeSer.GetNoticeById(notice));
 }