Пример #1
0
 public FeaturePackageController(IFeaturePackageRepository repository)
 {
     _repository = repository;
 }