Exemplo n.º 1
0
 public CafeCollectionViewComponent(HeartcoreCache contentCache)
 {
     _contentCache = contentCache ?? throw new ArgumentNullException(nameof(contentCache));
 }
Exemplo n.º 2
0
 public MainNavigationViewComponent(HeartcoreCache contentCache)
 {
     _contentCache = contentCache ?? throw new ArgumentNullException(nameof(contentCache));
 }