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) { }
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; }
public ChatParticipantsHub(IChatParticipantsService <List <ParticipationCandidate>, ParticipationCandidate> chatParticipantsService) : base(chatParticipantsService) { }
public ChatParticipantsHub(IChatParticipantsService <TParticipationCandidateCollection, TParticipationCandidate> chatParticipantsService) { ChatParticipantsService = chatParticipantsService; }