コード例 #1
0
        public int getMaxAgeofReader() //
        {
            int           res;
            parametersDTO para = new parametersDTO();

            para = paraDAL.selectedRegulations();
            res  = para.TuoiToiDaDocGia;
            return(res);
        }
コード例 #2
0
        public parametersDTO Selected()
        {
            parametersDTO res = new parametersDTO();

            res = parametersDAL.selectedRegulations();
            return(res);
        }
コード例 #3
0
        public int getMaxNumberofAuth() // to get max author;
        {
            int           maxAuth;
            parametersDTO para = new parametersDTO();

            para    = paraDAL.selectedRegulations();
            maxAuth = para.SoTacGiaToiDa;
            return(maxAuth);
        }
コード例 #4
0
        public int getMaxNumberofType() // to get max type
        {
            int           maxType;
            parametersDTO para = new parametersDTO();

            para    = parametersDAL.selectedRegulations();
            maxType = para.SoTheLoaiToiDa;
            return(maxType);
        }
コード例 #5
0
        public double SoNgayMuonToiDa() //
        {
            double res;

            paraDAL = new parametersDAL();
            parametersDTO para = new parametersDTO();

            para = paraDAL.selectedRegulations();
            res  = para.SoNgayMuonToiDa;
            return(res);
        }
コード例 #6
0
        public int getMaxOfYearExp() //
        {
            int res;

            paraDAL = new parametersDAL();
            parametersDTO para = new parametersDTO();

            para = paraDAL.selectedRegulations();
            res  = para.NamXuatBanToiDa;
            return(res);
        }