This commit is contained in:
@@ -64,4 +64,4 @@ using System.Security.Permissions;
|
||||
// Configure log4net using the .config file
|
||||
//[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
|
||||
//[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )]
|
||||
[assembly: AssemblyFileVersionAttribute("7.5.9.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("7.5.10.0")]
|
||||
|
||||
@@ -1718,6 +1718,19 @@ namespace GZTW.AyaNova.BLL
|
||||
return GlobalX.Lite;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AyaNova license id
|
||||
/// </summary>
|
||||
public static string LicId
|
||||
{
|
||||
//case 3712 - added for QBOI with oAuth2 usage
|
||||
get
|
||||
{
|
||||
return GlobalX.DigestValue;
|
||||
}
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user