예제 #1
0
 /// <summary>
 /// 获取系统名称
 /// </summary>
 /// <returns></returns>
 public static string GetSystemName()
 {
     return(AppSetingHelper.GetValue("SystemName"));
 }
예제 #2
0
 /// <summary>
 /// 获取程序集名称
 /// </summary>
 /// <returns></returns>
 public static string GetAppName()
 {
     return(AppSetingHelper.GetValue("AppName"));
 }
예제 #3
0
 /// <summary>
 /// 获取系统ID
 /// </summary>
 /// <returns></returns>
 public static Guid GetSystemId()
 {
     return(DxPublic.GetObjGUID(AppSetingHelper.GetValue("SystemId")));
 }