Beispiel #1
0
 public AddHandler(NormDbContext db, IClock clock) : base(db)
 {
     this.Clock = clock;
 }
Beispiel #2
0
 public MigrateHandler(NormDbContext db) : base(db)
 {
 }
Beispiel #3
0
 public GetGuildEventsHandler(NormDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #4
0
 public GetAllNovelsInfoHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #5
0
 public GetUsersGuildMovieSuggestionsHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #6
0
 public GetMovieNightHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #7
0
 public AddHandler(NormDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #8
0
 public UpsertHandler(NormDbContext db) : base(db)
 {
 }
Beispiel #9
0
 public AddHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #10
0
 public GetGuildsNovelRegistrationsHandler(NormDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #11
0
 public GetGuildWelcomeMessageSettingsHandler(NormDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #12
0
 public GetMemberNovelRegistrationsHandler(NormDbContext dbContext) : base(dbContext)
 {
 }
Beispiel #13
0
 public GetGuildJobsHandler(NormDbContext dbContext, IClock clock) : base(dbContext)
 {
     this.Clock = clock;
 }
 public GetUsersTimeZoneHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #15
0
 public DbRequestHandler(NormDbContext db)
 {
     this.DbContext = db;
 }
Beispiel #16
0
 public GetGuildsPrefixesHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #17
0
 public DeleteHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #18
0
 public GetMovieSuggestionHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #19
0
 public GetAllGuildsMovieNightsHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #20
0
 public GetRandomGuildMovieSuggestionsHandler(NormDbContext context, IClock clock) : base(context)
 {
     this.clock = clock;
 }
Beispiel #21
0
 public UpdateHandler(NormDbContext context) : base(context)
 {
 }
Beispiel #22
0
 public GetNovelInfoHandler(NormDbContext context) : base(context)
 {
 }