Accounts.Web.Common.Extentions.GetFullName C# (CSharp) 메소드

GetFullName() 공개 정적인 메소드

public static GetFullName ( this id ) : string
id this
리턴 string
        public static string GetFullName(this IIdentity id)
        {
            return "";
        }
Extentions