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