예제 #1
0
 /// <summary>
 /// Get Top tags used in all the events that are in My Events Platform
 /// </summary>
 /// <param name="id">Id of the organizer to get reports</param>
 /// <returns>List of Tags</returns>
 public IList <Tag> GetTopTags(int id)
 {
     return(_eventDefinitionRepository.GetTopTags(id));
 }