Пример #1
0
 public List <ItemModel> GetBookByType(string token, string type, string value)
 {
     return(BookProcessor.GetBookByType(token, type, value));
 }
Пример #2
0
 public IEnumerable <ItemModel> GetBookByType(string type, string value)
 {
     return(BookProcessor.GetBookByType(type, value));
 }