Ejemplo n.º 1
0
 public BotResponsesRepository(KonekoContext konekoContext)
 {
     _konekoContext = konekoContext;
 }
Ejemplo n.º 2
0
 public AdvanceImagesRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
Ejemplo n.º 3
0
 public AudioRatingRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
Ejemplo n.º 4
0
 public ConfigurationRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
Ejemplo n.º 5
0
 public StatisticsRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
 }