Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tenantInfo.min.js 235B

1
  1. class TenantInfo{constructor(){}static SetCurrentTenant(n){TenantInfo.CurrentTenant=n}static GetCurrentTenant(){var n=new TenantInfo;return n.ServerUrl="localhost",n.TenantId=100010,TenantInfo.CurrentTenant=n,TenantInfo.CurrentTenant}}