コード例 #1
0
 public virtual async Task Apply(Guid chatId, ChatParticipantType chatParticipantType, string style, string metadata)
 {
     await ChatParticipantsService.Apply(CurrentUserId, chatId, chatParticipantType, style, metadata);
 }
コード例 #2
0
ファイル: ChatParticipantsHub.cs プロジェクト: K1vs/DotChat
 public virtual async Task Apply(Guid chatId, ChatParticipantType chatParticipantType)
 {
     await ChatParticipantsService.Apply(CurrentUserId, chatId, chatParticipantType, null, null);
 }