예제 #1
0
 public IEnumerable <Keep> GetByTopic([FromRoute] string searchTerm)
 {
     return(_repo.GetByTopic(searchTerm));
 }