Пример #1
0
 // GET: api/Friend/id
 public IEnumerable <FriendDTO> Get(int id)
 {
     return(FriendManager.GetPending(id));
 }