Beispiel #1
0
 public ReminderModule(ReminderService reminderService, CheeseBotDbContext dbContext)
 {
     _reminderService = reminderService;
     _dbContext       = dbContext;
 }
Beispiel #2
0
 public NoteModule(CheeseBotDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public StopwatchModule(CheeseBotDbContext dbContext)
 {
     _dbContext = dbContext;
 }