Exemple #1
0
 public MediatRBus(IMediator mediator)
 {
     _mediator = mediator.CheckIfNotEmpty();
 }