Beispiel #1
0
 public LogCommandMiddlewareTests()
 {
     sut = new LogCommandMiddleware(log);
 }
 public LogExceptionHandlerTests()
 {
     sut = new LogCommandMiddleware(log);
 }