예제 #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;
 }