Esempio n. 1
0
 public static List <book> GetBookByobj(bookSearch bs, int page = 1)
 {
     return(repository.GetBookByobj(bs, page));
 }