Пример #1
0
        public List <GK_OA_OfficialSealOutModel> GetModels(GK_OA_OfficialSealOutQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            GK_OA_OfficialSealOutDAL tdal = new GK_OA_OfficialSealOutDAL(Transaction);

            return(tdal.Select(ObjQueryModel));
        }
Пример #2
0
        public List <GK_OA_OfficialSealOutModel> GetModels(SqlTransaction Transaction)
        {
            GK_OA_OfficialSealOutDAL tdal = new GK_OA_OfficialSealOutDAL(Transaction);

            return(tdal.Select());
        }