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