Example #1
0
 public GetAreaByTheme(IThemeRetriever themeRetriever)
 {
     _themeRetriever = themeRetriever;
 }
Example #2
0
 public SiteResourceModelBuilder(IThemeRetriever themeRetriever)
 {
     _themeRetriever = themeRetriever;
 }
 public ReplaceThemeItemToken(IThemeRetriever themeRetriever)
 {
     _themeRetriever = themeRetriever;
 }
Example #4
0
 public GetThemeResources(IThemeRetriever themeRetriever)
 {
     _themeRetriever = themeRetriever;
 }