Пример #1
0
 public ActionResult <IEnumerable <string> > GetAll()
 {
     return(Ok(_catalogSearchService.GetCategories()));
 }