1CNCECPath
This commit is contained in:
parent
6b13557f72
commit
95cbbe15d7
|
@ -95,8 +95,11 @@ namespace BLL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string CNCECPath
|
public static string CNCECPath
|
||||||
{
|
{
|
||||||
get;
|
get
|
||||||
set;
|
{
|
||||||
|
var path = BLL.ServerService.GetQHSEUrl();
|
||||||
|
return path;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public static string SGGLUrl
|
public static string SGGLUrl
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue