Пример #1
0
 public Task <BodyResponse <NullBody> > AgreeAddFriend([FromHeader] long id, long friendId)
 {
     return(_service.AgreeAddFriend(id, friendId));
 }