示例#1
0
 public IEnumerable <Title> Find(string partialTitle)
 {
     return(_titlesService.Find(partialTitle));
 }