Esempio n. 1
0
 public static string GetAllBook()
 {
     return(JsonConvert.SerializeObject(BookInfoDAL.SelectAllBook()));
 }