コード例 #1
0
 public CatController(ICatRepository catRepository)
 {
     this.CatRepository = catRepository;
 }