Пример #1
0
 public IList <Intro> GetIntroByTitle(string title)
 {
     return(pm.GetIntroByTitle(title));
 }