Exemplo n.º 1
0
 public static string GetConnectionString()
 {
     return(GetConnectionString(GlobalVariables.GetDatabaseName()));
 }
Exemplo n.º 2
0
 public static string GetDatabasePath()
 {
     return(GetDatabasePath(GlobalVariables.GetDatabaseName()));
 }