示例#1
0
 public static BookDAO getInstance()
 {
     if (bookDAO == null)
     {
         bookDAO = new BookDAO();
     }
     return(bookDAO);
 }