Esempio n. 1
0
 public ChatController(IRequestChatServices service)
 {
     this.service = service;
 }
Esempio n. 2
0
 public RequestChatHub(IUserProfileServices userProfileService,
                       IRequestChatServices service)
 {
     this.userProfileService = userProfileService;
     this.service            = service;
 }