Skip to content

Commit

Permalink
Add declaration of ProviderState to ease use of example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Grosen authored and Sven Grosen committed Feb 26, 2018
1 parent 385b55b commit fc10fcd
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 fc10fcd

Please sign in to comment.