コード例 #1
0
 public async Task <Inscricao> ObterInscricaoDetalhada(Guid id)
 {
     return(await _inscricaoRepository.ObterInscricaoDetalhada(id));
 }