Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 16, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/d4214ffa2c924b3befd498aac4697449 to your computer and use it in GitHub Desktop.
Save tonysneed/d4214ffa2c924b3befd498aac4697449 to your computer and use it in GitHub Desktop.
Function Ctor 3
// Use this ctor from unit tests that can mock IConfigurationService
public Function(IConfigurationService configService)
{
ConfigService = configService;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment