Esempio n. 1
0
 public TenantCache(Context context)
 {
     TenantId      = context.TenantId;
     UpdateMonitor = new UpdateMonitor(context: context);
 }
Esempio n. 2
0
 public TenantCache(int tenantId)
 {
     TenantId      = tenantId;
     UpdateMonitor = new UpdateMonitor(tenantId);
 }