public EmployeeController(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }
Example #2
0
 public LoginController(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }
Example #3
0
 public AccountController(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }
 public ProjectController(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }
 public TaskController(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }
Example #6
0
 public ServerHub(HubEnvironment hubEnvironment)
 {
     this._hubEnvironment = hubEnvironment;
 }