Created
June 30, 2018 22:10
-
-
Save joebuschmann/fd812cde243fccaba85d573aaaad3e8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Binding] | |
| public sealed class AddressServiceSteps | |
| { | |
| private readonly IBodySerializer _bodySerializer; | |
| public ContentTypeSteps(IBodySerializer bodySerializer) | |
| { | |
| _bodySerializer = bodySerializer; | |
| } | |
| // Snip | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment