Exemple #1
0
 public void Put(int id, [FromBody] FriendRequest value)
 {
     _repo.Update(id, value);
 }