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