public DefaultSettingsCreator(NServiceBusDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(NServiceBusDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
示例#3
0
 public HostRoleAndUserCreator(NServiceBusDbContext context)
 {
     _context = context;
 }
示例#4
0
 public InitialHostDbBuilder(NServiceBusDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(NServiceBusDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(NServiceBusDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(NServiceBusDbContext context)
 {
     _context = context;
 }