Exemplo n.º 1
0
 public Snippet GetSnippetByHash(string hash, out Snippet snippet) => snippet = _snippetRepository.GetSnippetByHash(hash);
Exemplo n.º 2
0
 public Snippet GetSnippetByHash(string hash) => _snippetRepository.GetSnippetByHash(hash);