Exemplo n.º 1
0
 public LogCommandMiddlewareTests()
 {
     sut = new LogCommandMiddleware(log);
 }
Exemplo n.º 2
0
 public LogExceptionHandlerTests()
 {
     sut = new LogCommandMiddleware(log);
 }