示例#1
0
        public int ApprovedRoNotInUserMaster(int UserId /*, ref string oUTPUT*/)
        {
            UserMasterDAL dAL = new UserMasterDAL();

            return(dAL.ApprovedRoNotInUserMaster(UserId /*, ref oUTPUT*/));
        }