Esempio n. 1
0
 public DeleteBotnetJobCommandHandler(IBotnetJobRepository botnetJobRepository, IBotnetJobUpdateSender botnetJobUpdateSender)
 {
     _botnetJobRepository   = botnetJobRepository;
     _botnetJobUpdateSender = botnetJobUpdateSender;
 }
 public GetBotnetJobByIdQueryHandler(IBotnetJobRepository botnetJobRepository)
 {
     _botnetJobRepository = botnetJobRepository;
 }