Exemple #1
0
 public CafeCollectionViewComponent(HeartcoreCache contentCache)
 {
     _contentCache = contentCache ?? throw new ArgumentNullException(nameof(contentCache));
 }
Exemple #2
0
 public MainNavigationViewComponent(HeartcoreCache contentCache)
 {
     _contentCache = contentCache ?? throw new ArgumentNullException(nameof(contentCache));
 }