示例#1
0
 public IList <ApplicationUserDTO> Get()
 {
     return(_friendService.GetFriendsList(User.Identity.Name));
 }