Пример #1
0
 public IEnumerable <Title> GetTitlesByTitle(string title)
 {
     return(_data.GetTitlesByTitle(title));
 }