Exemplo n.º 1
0
 public SEOController(ICbuilderCache memoryCache)
 {
     _memoryCache = memoryCache;
 }
Exemplo n.º 2
0
 public AdminSettingsController(ICbuilderCache memoryCache)
 {
     _cache = memoryCache;
 }