refactoring

This commit is contained in:
Paul Schneider 2018-09-03 13:56:35 +02:00
commit 8ae71e76b8
3 changed files with 79 additions and 21 deletions

View file

@ -18,7 +18,7 @@ namespace test
{
public class Startup
{
public string ConnectionString
public static string ConnectionString
{
get ; set;
}