Example #1
0
 public async Task <ActionResult <Friend> > Add(Friend friend)
 {
     return(Ok(await friendRepository.Addfriend(friend)));
 }