public DefaultSettingsCreator(testDbContext context) { _context = context; }
public ProjectsEmployeesController(testDbContext context) { _context = context; }
public StudentRepository(testDbContext context, ILogger <StudentRepository> logger) { this._context = context; this._logger = logger; }
public InitialHostDbBuilder(testDbContext context) { _context = context; }
public TasksController(testDbContext context) { _context = context; }
public HostRoleAndUserCreator(testDbContext context) { _context = context; }
public DefaultLanguagesCreator(testDbContext context) { _context = context; }
public DefaultEditionsCreator(testDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(testDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }
public AuthController(testDbContext context) { _context = context; }
public EmployeesController(testDbContext context) { _context = context; }
public ValuesController(testDbContext context) { _context = context; }
public DefaultTenantCreator(testDbContext context) { _context = context; }