Beispiel #1
0
 public DiscoverThreadViewComponent(InfiniteBlogDBContext dBContext, IMemoryCache cache)
 {
     _dbContext = dBContext;
     this.cache = cache;
 }
 public StartController(InfiniteBlogDBContext dBContext, IMemoryCache cache)
 {
     _dbContext = dBContext;
     this.cache = cache;
 }
 public followBlockChannelViewComponent(InfiniteBlogDBContext dBContext, IMemoryCache cache)
 {
     _dbContext = dBContext;
     this.cache = cache;
 }
Beispiel #4
0
 public BlockedUserViewComponent(InfiniteBlogDBContext dBContext, IMemoryCache cache)
 {
     _dbContext = dBContext;
     this.cache = cache;
 }