예제 #1
0
 public async Task <Snippet> SubmitSnippet(Snippet snippet)
 {
     return(await _repository.Create(snippet));
 }