Exemplo n.º 1
0
 public virtual async Task Remove(Guid chatId)
 {
     await ChatsService.Remove(CurrentUserId, chatId);
 }