Пример #1
0
 public IList <Hint> GetHintByTitle(string title)
 {
     return(hm.GetHintByTitle(title));
 }