Пример #1
0
 public async Task <IEnumerable <TopicOutput> > GetAll()
 {
     return(await _topicApplicationService.GetAllListAsync());
 }