コード例 #1
0
 public BotResponsesRepository(KonekoContext konekoContext)
 {
     _konekoContext = konekoContext;
 }
コード例 #2
0
 public AdvanceImagesRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
コード例 #3
0
 public AudioRatingRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
コード例 #4
0
 public ConfigurationRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
     _memoryCache   = memoryCache;
 }
コード例 #5
0
 public StatisticsRepository(KonekoContext konekoContext, MemoryCache memoryCache)
 {
     _konekoContext = konekoContext;
 }