コード例 #1
0
 public Int32 TaxAllocatedUpdateID()
 {
     return(InvoiceTaxDac.UpdateID(this));
 }
コード例 #2
0
 public Int32 TaxAllocated()
 {
     return(InvoiceTaxDac.Allocate(this));
 }
コード例 #3
0
 public DataTable Retrieve()
 {
     return(InvoiceTaxDac.Retrieve(this).Tables[0]);
 }
コード例 #4
0
 public DataTable RetrieveUnallocated()
 {
     return(InvoiceTaxDac.RetrieveUnallocated().Tables[0]);
 }
コード例 #5
0
 public DataTable RetrieveHeader()
 {
     return(InvoiceTaxDac.RetrieveAll(this).Tables[0]);
 }