Пример #1
0
 public ISet <User> GetUsersForInterest(string interestName)
 {
     return(_interestService.GetInterestUsers(interestName));
 }