Esempio n. 1
0
 public IEnumerable <Sections> GetSectionName(int boardID)  //获取板块名称
 {
     return(iposts.GetSectionName(boardID));
 }