Пример #1
0
 public async Task <List <Friend> > GetAllButMe(Guid id)
 {
     return(await FriendRepository.GetAllButMe(id));
 }