Example #1
0
 public async Task LeaveDocument(int docId)
 {
     mapper.RemoveUser(docId, Context.User.Identity.Name);
     await SendChangeOnlineUsers(docId);
 }