Beispiel #1
0
 public CategoryController(IGeneriskRepository <Category> catRepo, IGeneriskRepository <ComponentType> typeRepo)
 {
     _categoryRepo = catRepo;
     _typeRepo     = typeRepo;
 }