Пример #1
0
 public string GetNoticesContent(string userName, int pageSize, int pageIndex)
 {
     return(iNotice.GetNoticesContent(userName, pageSize, pageIndex));
 }