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