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