Exemplo n.º 1
0
 public IEnumerable <Vacancy> Get(string text)
 {
     return(repo.Search(text));
 }