Ejemplo n.º 1
0
 public static Books GetBookbyid(int bookid)
 {
     return(DBManager.GetBookbyid(bookid));
 }