public TestOrganizationUnitsBuilder(TaskeverDbContext context) { _context = context; }
public DefaultEditionCreator(TaskeverDbContext context) { _context = context; }
public TestDataBuilder(TaskeverDbContext context) { _context = context; }
public DefaultSettingsCreator(TaskeverDbContext context) { _context = context; }
public InitialDataBuilder(TaskeverDbContext context) { _context = context; }
public DefaultTenantRoleAndUserCreator(TaskeverDbContext context) { _context = context; }
public DefaultLanguagesCreator(TaskeverDbContext context) { _context = context; }
public DefaultOrgnizatinCreator(TaskeverDbContext context) { _context = context; }
public InitialDbBuilder(TaskeverDbContext context) { _context = context; }
public DefaultPersonAndPhoneCreator(TaskeverDbContext context) { _context = context; }