public DefaultTenantRoleAndUserBuilder(EmentorDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public InitialDataBuilder(EmentorDbContext context)
 {
     _context = context;
 }