コード例 #1
0
 public InitialHostDbBuilder(AmcacikDbContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DefaultEditionsCreator(AmcacikDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DefaultTenantCreator(AmcacikDbContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DefaultSettingsCreator(AmcacikDbContext context)
 {
     _context = context;
 }
コード例 #5
0
 public TenantRoleAndUserBuilder(AmcacikDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
コード例 #6
0
 public DefaultLanguagesCreator(AmcacikDbContext context)
 {
     _context = context;
 }
コード例 #7
0
 public HostRoleAndUserCreator(AmcacikDbContext context)
 {
     _context = context;
 }