Exemplo n.º 1
0
 public TenantWrapper(TenantInfo tenant)
 {
     Value = tenant;
 }
Exemplo n.º 2
0
 public TenantWrapper(TenantInfo tenant)
 {
     _tenant = tenant;
 }