Exemplo n.º 1
0
 public async Task <Snippet> SubmitSnippet(Snippet snippet)
 {
     return(await _repository.Create(snippet));
 }