Ejemplo n.º 1
0
 public async Task <Projeto> Get(string id)
 {
     return(await _projetoRepository.GetOne(id) ?? new Projeto());
 }