Пример #1
0
 public void AcceptCall(ObjectId friendId)
 {
     if (loginService.LoggedIn)
     {
         chatService.AcceptCall(friendId);
     }
 }