Esempio n. 1
0
 public HostRoleAndUserCreator(TPRDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public DefaultLanguagesCreator(TPRDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public TenantRoleAndUserBuilder(TPRDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
Esempio n. 4
0
 public InitialHostDbBuilder(TPRDbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public DefaultTenantCreator(TPRDbContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public DefaultSettingsCreator(TPRDbContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public DefaultEditionsCreator(TPRDbContext context)
 {
     _context = context;
 }