コード例 #1
0
 public PicklesController(PickleRepository repository)
 {
     _repository = repository;
 }