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