Exemplo n.º 1
0
 public CatController(ICatRepository catRepository)
 {
     this.CatRepository = catRepository;
 }