예제 #1
0
 public List <ItemModel> GetBookById(string token, int id)
 {
     return(BookProcessor.GetBookById(token, id));
 }
예제 #2
0
 public List <ItemModel> GetBookById(int id)
 {
     return(BookProcessor.GetBookById(id));
 }