Exemplo n.º 1
0
 public SnippetCollection(ISnippetRepository repo)
 {
     _repo = repo;
     this.AddRange(_repo.GetAllSnippets());
 }