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