public DefaultEditionsBuilder(BackgroundJobAndNotificationsDemoDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsBuilder(BackgroundJobAndNotificationsDemoDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DefaultTenantRoleAndUserBuilder(BackgroundJobAndNotificationsDemoDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public InitialDataBuilder(BackgroundJobAndNotificationsDemoDbContext context)
 {
     _context = context;
 }