Ejemplo n.º 1
0
 public static SpecificationCommandHandlerTest <TCommand> Create <TCommand>(ISpecificationCommandHandler <TCommand> handler)
     where TCommand : ICommand =>
 new SpecificationCommandHandlerTest <TCommand>(handler);
Ejemplo n.º 2
0
 public SpecificationCommandHandlerTest(ISpecificationCommandHandler <TCommand> handler) => _handler = handler;