Ejemplo n.º 1
0
 public virtual async Task Add(Guid chatId, Guid userId, ChatParticipantType chatParticipantType, string style, string metadata)
 {
     await ChatParticipantsService.Add(CurrentUserId, chatId, userId, chatParticipantType, style, metadata);
 }
Ejemplo n.º 2
0
 public virtual async Task Add(Guid chatId, Guid userId, ChatParticipantType chatParticipantType)
 {
     await ChatParticipantsService.Add(CurrentUserId, chatId, userId, chatParticipantType, null, null);
 }