private void Refresh()
 {
     _blogPathConstraint.SetPaths(_blogService.Get().Select(b => b.As <IAliasAspect>().Path).ToList());
 }
示例#2
0
 private void Refresh()
 {
     _blogPathConstraint.SetPaths(_blogService.Get().Select(b => b.As <IRoutableAspect>().Slug));
 }