Exemplo n.º 1
0
 public async Task <Topic> Get(int id)
 {
     return(await _topicAppService.GetAsync(id));
 }
Exemplo n.º 2
0
 public async Task <TopicOutput> Get(int id)
 {
     return(await _topicApplicationService.GetAsync(id));
 }