Esempio n. 1
0
        public static P_Sys_UserPortraitModel GetUserExtInfo(int accid)
        {
            UserPortraitDAL dal = new UserPortraitDAL();

            return(dal.GetUserExtInfo(accid));
        }