Exemple #1
0
 public Handler(IRostamBotDbContext db,
                IRostamBotManagerService rostamBotManagerService,
                IMediator mediator)
 {
     _db = db;
     _rostamBotManagerService = rostamBotManagerService;
     _mediator = mediator;
 }
Exemple #2
0
 public SyncReportsJob(IRostamBotDbContext db, IMediator mediator, IRostamBotManagerService botManagerService)
 {
     _db                = db;
     _mediator          = mediator;
     _botManagerService = botManagerService;
 }