Exemple #1
0
 public async Task <TopicDTO> Get(string topicId, double?longitude = null, double?latitude = null)
 {
     return(await _topicAppService.GetById(topicId, longitude, latitude));
 }