Exemplo n.º 1
0
 public static void Exit()
 {
     CurrentCallContext.LogicalSetData(TenantIdKey, null);
 }
Exemplo n.º 2
0
 public static void Enter(TenantId id)
 {
     CurrentCallContext.LogicalSetData(TenantIdKey, id);
 }