Esempio n. 1
0
 public TenantWrapper(TenantInfo tenant)
 {
     _tenant = tenant;
 }
Esempio n. 2
0
 public TenantContext(TenantInfo tenant)
 {
     Tenant     = tenant ?? throw new ArgumentNullException(nameof(tenant));
     Properties = new Dictionary <string, object>();
 }