Skip to content

Commit

Permalink
Merge pull request pact-foundation#140 from ledbutter/UpdateDocumenta…
Browse files Browse the repository at this point in the history
…tion

Add declaration of ProviderState to ease use of example
  • Loading branch information
neilcampbell authored Feb 26, 2018
2 parents 385b55b + fc10fcd commit 88b4538
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,14 @@ public class ProviderStateMiddleware
}
```

```c#
public class ProviderState
{
public string Consumer { get; set; }
public string State { get; set; }
}
```

```c#
public class XUnitOutput : IOutput
{
Expand Down

0 comments on commit 88b4538

Please sign in to comment.