This commit is contained in:
2019-10-07 21:43:30 +00:00
parent 56d37f0fd9
commit 036d77bbc7
5 changed files with 25 additions and 6 deletions

View File

@@ -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