Пример #1
0
 public Boolean checkFlag()
 {
     orderdao = new DAO.OrderDAO();
     return(orderdao.checkIfLinked(Quotation_no));
 }