4 lines
88 B
C#
4 lines
88 B
C#
|
public static class Shared
|
||
|
{
|
||
|
public static string DBConnectionString {get;set;}
|
||
|
}
|