예제 #1
0
 public IQueryable GetById(long id)
 {
     return(topicDAL.GetById(id));
 }