예제 #1
0
 public static FilmDAO getInstance()
 {
     if (_filmDAO == null)
     {
         _filmDAO = new FilmDAO();
     }
     return(_filmDAO);
 }