コード例 #1
0
 public ProcessGetContactInformation()
 {
     _contactInformation = new ContactInformation();
 }
コード例 #2
0
ファイル: EndUser.cs プロジェクト: simonbegg/LiveFreeRange
 public EndUser()
 {
     _address = new Address();
     _contactInformation = new ContactInformation();
 }