Ejemplo n.º 1
0
 private void Refresh()
 {
     _blogPathConstraint.SetPaths(_blogService.Get().Select(b => b.As <IAliasAspect>().Path).ToList());
 }
Ejemplo n.º 2
0
 private void Refresh()
 {
     _blogPathConstraint.SetPaths(_blogService.Get().Select(b => b.As <IRoutableAspect>().Slug));
 }