Ejemplo n.º 1
0
 public IEnumerable <Title> Find(string partialTitle)
 {
     return(_titlesService.Find(partialTitle));
 }