Пример #1
0
 public HomeController(IFindTheChurchRepository repository)
 {
     _churchRepository = repository;
 }
Пример #2
0
 public ChurchesController(IFindTheChurchRepository repo)
 {
     _repository = repo;
 }