示例#1
0
 public async Task <Projeto> ObterPorId(Guid id)
 {
     return(await _projetoRepository.GetByIdAsync(id));
 }