public Int32 TaxAllocatedUpdateID() { return(InvoiceTaxDac.UpdateID(this)); }
public Int32 TaxAllocated() { return(InvoiceTaxDac.Allocate(this)); }
public DataTable Retrieve() { return(InvoiceTaxDac.Retrieve(this).Tables[0]); }
public DataTable RetrieveUnallocated() { return(InvoiceTaxDac.RetrieveUnallocated().Tables[0]); }
public DataTable RetrieveHeader() { return(InvoiceTaxDac.RetrieveAll(this).Tables[0]); }