예제 #1
0
 public int FavoriteCount(string userId)
 {
     return(_countService.FavoriteCount(userId));
 }