Esempio n. 1
0
 public int ChangeLikesCount(string id)
 {
     return(_giftService.ChangeLikesCount(id, CurrentUser.Id));
 }