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