コード例 #1
0
 public ProductController(IPanelRepo repo)
 {
     _repo = repo;
 }