示例#1
0
 public static SpecificationCommandHandlerTest <TCommand> Create <TCommand>(ISpecificationCommandHandler <TCommand> handler)
     where TCommand : ICommand =>
 new SpecificationCommandHandlerTest <TCommand>(handler);
示例#2
0
 public SpecificationCommandHandlerTest(ISpecificationCommandHandler <TCommand> handler) => _handler = handler;