Пример #1
0
 public int GetLikesCount(string photoid)
 {
     return(_likeService.GetCountLikesByPhoto(photoid));
 }