Example #1
0
        public List <RevisionHistory> GetRevisionHistoryPageWise(int pageIndex, ref int recordCount, int length /*, int VesselID*/)
        {
            RevisionHistoryDAL dAL = new RevisionHistoryDAL();

            return(dAL.GetRevisionHistoryPageWise(pageIndex, ref recordCount, length /*, VesselID*/));
        }