public BotResponsesRepository(KonekoContext konekoContext)
 {
     _konekoContext = konekoContext;
 }
Beispiel #2
0
 public AdvanceImagesRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
Beispiel #3
0
 public AudioRatingRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
Beispiel #4
0
 public ConfigurationRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
 public StatisticsRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
 }