Example #1
0
 public HomeController(ICookBookRepositoryCrud repository)
 {
     _repository = repository;
 }