示例#1
0
        public List <UserMasterPOCO> GetAllUserPageWise(int pageIndex, ref int recordCount, int length, int UserType, int shipId)
        {
            UserMasterDAL dAL = new UserMasterDAL();

            return(dAL.GetAllUserPageWise(pageIndex, ref recordCount, length, UserType, shipId));
        }