Пример #1
0
 public HttpResponseMessage GetItemsByCategory(string category)
 {
     return(CreateResponseBuilder().WithMethod(() => _itemService.GetByPredicate(x => x.Category == category)));
 }