public EmployeeController(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }
public LoginController(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }
public AccountController(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }
public ProjectController(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }
public TaskController(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }
public ServerHub(HubEnvironment hubEnvironment) { this._hubEnvironment = hubEnvironment; }