RicOneApi.Models.XPress.XOtherPersonNameListType.XOtherPersonNameListType C# (CSharp) 메소드

XOtherPersonNameListType() 공개 메소드

public XOtherPersonNameListType ( ) : System
리턴 System
        public XOtherPersonNameListType()
        {
            name = new List<XPersonNameType>();
        }
XOtherPersonNameListType