コード例 #1
0
 public Item()
 {
     SellersItemIdentification = new SellersItemIdentification();
 }
コード例 #2
0
ファイル: Item.cs プロジェクト: MrJmpl3/openinvoiceperu
        public Item()
        {
            SellersItemIdentification = new SellersItemIdentification();

            AdditionalItemIdentification = new AdditionalItemIdentification();
        }