예제 #1
0
 public DefaultApplicationCommandService(
     IApplicationCommandPublisher publisher,
     IApplicationCommandExecutor executor)
 {
     _publisher = publisher;
     _executor  = executor;
 }
예제 #2
0
 public BusinessProcessingUnitTest(IApplicationCommandPublisher publisher)
 {
     _publisher = publisher;
 }
예제 #3
0
 public ApplicationCommandProcessingTest(IApplicationCommandPublisher publisher)
 {
     _publisher = publisher;
 }