예제 #1
0
파일: InvoiceDraft.cs 프로젝트: zszqwe/Merp
 public InvoiceDraft()
 {
     LineItems       = new List <DraftLineItem>();
     PricesByVat     = new List <PriceByVat>();
     NonTaxableItems = new List <NonTaxableItem>();
     Customer        = new PartyInfo();
 }
예제 #2
0
 public InvoiceDraft()
 {
     LineItems       = new List <DraftLineItem>();
     PricesByVat     = new List <PriceByVat>();
     NonTaxableItems = new List <NonTaxableItem>();
     Customer        = new PartyInfo();
     ProvidenceFund  = new ProvidenceFund();
     WithholdingTax  = new WithholdingTax();
 }