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