Exemplo n.º 1
0
 public List <ItemModel> GetBookByType(string token, string type, string value)
 {
     return(BookProcessor.GetBookByType(token, type, value));
 }
Exemplo n.º 2
0
 public IEnumerable <ItemModel> GetBookByType(string type, string value)
 {
     return(BookProcessor.GetBookByType(type, value));
 }