Exemple #1
0
 public IndexModel(INewsSnippetRepository newsSnippetRepository)
 {
     this.newsSnippetRepository = newsSnippetRepository;
 }
 public NewsDetailsModel(INewsSnippetRepository newsSnippetRepository)
 {
     this.newsSnippetRepository = newsSnippetRepository;
 }