예제 #1
0
 public TenantRoleAndUserBuilder(OpenAppDbContext <TSelf> context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
예제 #2
0
 public DefaultLanguagesCreator(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }
예제 #3
0
 public InitialHostDbBuilder(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }
예제 #4
0
 public DefaultSettingsCreator(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }
예제 #5
0
 public HostRoleAndUserCreator(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }
예제 #6
0
 public DefaultEditionCreator(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }
예제 #7
0
 public DefaultTenantBuilder(OpenAppDbContext <TSelf> context)
 {
     _context = context;
 }