Example #1
0
 public IList <TagBE> GetTags(string partialName, TagType type, DateTime from, DateTime to)
 {
     return(FilterDisallowed(_session.Tags_GetByQuery(partialName, type, from, to)));
 }