Ejemplo n.º 1
0
 public ShowGroupsComponent(INewsGroupRepository newsGroupRepository)
 {
     _newsGroupRepository = newsGroupRepository;
 }
Ejemplo n.º 2
0
 public NewsController(INewsRepository newsRepository, INewsGroupRepository newsGroupRepository)
 {
     _newsRepository      = newsRepository;
     _newsGroupRepository = newsGroupRepository;
 }