Ejemplo n.º 1
0
 public IEnumerable <Topic> GetList(long ID)
 {
     return(topicDAL.GetList(ID));
 }