Exemplo n.º 1
0
 public void OnSave(object param)
 {
     // todo use Rx to debounce and auto-save
     _snippetRepository.Save(Snippets);
     _snippetService.ApplySnippets(Snippets);
 }