Beispiel #1
0
 public DefaultSettingsCreator(GmailAPIDemoDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(GmailAPIDemoDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(GmailAPIDemoDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(GmailAPIDemoDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public HostRoleAndUserCreator(GmailAPIDemoDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(GmailAPIDemoDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultLanguagesCreator(GmailAPIDemoDbContext context)
 {
     _context = context;
 }