Beispiel #1
0
 public SEOController(ICbuilderCache memoryCache)
 {
     _memoryCache = memoryCache;
 }
Beispiel #2
0
 public AdminSettingsController(ICbuilderCache memoryCache)
 {
     _cache = memoryCache;
 }