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