Skip to content

Instantly share code, notes, and snippets.

@merken
Created January 3, 2020 07:32
Show Gist options
  • Save merken/c1c72e9efb63c47b2a43ce241761ea76 to your computer and use it in GitHub Desktop.
Save merken/c1c72e9efb63c47b2a43ce241761ea76 to your computer and use it in GitHub Desktop.
namespace OldSQLPlugin.Configuration
{
public class SQLPluginConfig
{
public string ConnectionString { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment