public PlainCategoryRepository(ICategoryAliassesService aliasses) { _oldRepo = new UmbracoCategoryRepository(aliasses); }
// watch out: it's not possible to use the CategoryService here, since the IOCContainer will loop (currently) public UmbracoCategoryRepository(ICategoryAliassesService categoryAliassesService) { _aliasses = categoryAliassesService; }