Exemple #1
0
 public bool AddFollowTag(int userId, int tagId) => _userInfoRepository.AddFollowTag(userId, tagId);