Exemple #1
0
        public List <RoleMasterPOCO> GetAllRoleMasterPageWise(int pageIndex, ref int recordCount, int length /*, int VesselID*/)
        {
            RoleMasterDAL dAL = new RoleMasterDAL();

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