Пример #1
0
 public Topic UpdateTopic(int topicId, Topic topic)
 {
     return(_topicRepository.UpdateTopic(topicId, topic));
 }