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