Exemple #1
0
        public List <GK_OA_ComBookModel> GetModels(SqlTransaction Transaction)
        {
            GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Transaction);

            return(kdal.Select());
        }
Exemple #2
0
        public List <GK_OA_ComBookModel> GetModels(GK_OA_ComBookQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Transaction);

            return(kdal.Select(ObjQueryModel));
        }
Exemple #3
0
        public List <GK_OA_ComBookModel> GetModels(SqlConnection Connection)
        {
            GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Connection);

            return(kdal.Select());
        }