Example #1
0
 public Topic ChangeStatus(long id)
 {
     return(topicDAL.ChangeStatus(id));
 }