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