Exemple #1
0
 public DotChatFacade(IChatsService <PersonalizedChatsSummary, List <PersonalizedChat>, PersonalizedChat, Chat, ChatInfo, List <ChatParticipant>, ChatParticipant, ParticipationCandidates, List <ParticipationCandidate>, ParticipationCandidate, ChatUser, ChatMessageInfo, TextMessage, QuoteMessage, List <MessageAttachment>, MessageAttachment, List <ChatRefMessage>, ChatRefMessage, List <ContactMessage>, ContactMessage, ChatFilter <ChatUserFilter, MessageFilter>, ChatUserFilter, MessageFilter, PagedResult <List <PersonalizedChat>, PersonalizedChat>, PagingOptions> chats, IChatParticipantsService <List <ParticipationCandidate>, ParticipationCandidate> chatParticipants, IChatMessagesService <ChatInfo, ChatUser, List <ChatMessage>, ChatMessage, ChatMessageInfo, TextMessage, QuoteMessage, List <MessageAttachment>, MessageAttachment, List <ChatRefMessage>, ChatRefMessage, List <ContactMessage>, ContactMessage, MessageFilter, PagedResult <List <ChatMessage>, ChatMessage>, PagingOptions> chatMessages) : base(chats, chatParticipants, chatMessages)
 {
 }
Exemple #2
0
 public DotChatFacade(IChatsService <TPersonalizedChatsSummary, TPersonalizedChatCollection, TPersonalizedChat, TChat, TChatInfo, TChatParticipantCollection, TChatParticipant, TParticipationCandidates, TParticipationCandidateCollection, TParticipationCandidate, TChatUser, TChatMessageInfo, TTextMessage, TQuoteMessage, TMessageAttachmentCollection, TMessageAttachment, TChatRefMessageCollection, TChatRefMessage, TContactMessageCollection, TContactMessage, TChatFilter, TChatUserFilter, TMessageFilter, TChatsPagedResult, TPagingOptions> chats, IChatParticipantsService <TParticipationCandidateCollection, TParticipationCandidate> chatParticipants, IChatMessagesService <TChatInfo, TChatUser, TChatMessageCollection, TChatMessage, TChatMessageInfo, TTextMessage, TQuoteMessage, TMessageAttachmentCollection, TMessageAttachment, TChatRefMessageCollection, TChatRefMessage, TContactMessageCollection, TContactMessage, TMessageFilter, TChatMessagesPagedResult, TPagingOptions> chatMessages)
 {
     Chats            = chats;
     ChatParticipants = chatParticipants;
     ChatMessages     = chatMessages;
 }
Exemple #3
0
 public ChatParticipantsHub(IChatParticipantsService <List <ParticipationCandidate>, ParticipationCandidate> chatParticipantsService) : base(chatParticipantsService)
 {
 }
Exemple #4
0
 public ChatParticipantsHub(IChatParticipantsService <TParticipationCandidateCollection, TParticipationCandidate> chatParticipantsService)
 {
     ChatParticipantsService = chatParticipantsService;
 }