diff --git a/SGGL/BLL/Common/Funs.cs b/SGGL/BLL/Common/Funs.cs index b2715e7a..18bf3752 100644 --- a/SGGL/BLL/Common/Funs.cs +++ b/SGGL/BLL/Common/Funs.cs @@ -95,8 +95,11 @@ namespace BLL /// public static string CNCECPath { - get; - set; + get + { + var path = BLL.ServerService.GetQHSEUrl(); + return path; + } } public static string SGGLUrl {