public RemoveRepetitionCommandHandler(MUCDatabaseContext dbContext)
 {
     this.dbContext = dbContext;
 }
示例#2
0
 public GetDaysStatisticQueryHandler(MUCDatabaseContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public AddRepetitionCommandHandler(MUCDatabaseContext dbContext, IBus serviceBusClient)
 {
     this.dbContext        = dbContext;
     this.serviceBusClient = serviceBusClient;
 }
示例#4
0
 public GetNumberOfRepetionsQueryHandler(MUCDatabaseContext dbContext)
 {
     this.dbContext = dbContext;
 }