Ejemplo n.º 1
0
 public Int32 TaxAllocatedUpdateID()
 {
     return(InvoiceTaxDac.UpdateID(this));
 }
Ejemplo n.º 2
0
 public Int32 TaxAllocated()
 {
     return(InvoiceTaxDac.Allocate(this));
 }
Ejemplo n.º 3
0
 public DataTable Retrieve()
 {
     return(InvoiceTaxDac.Retrieve(this).Tables[0]);
 }
Ejemplo n.º 4
0
 public DataTable RetrieveUnallocated()
 {
     return(InvoiceTaxDac.RetrieveUnallocated().Tables[0]);
 }
Ejemplo n.º 5
0
 public DataTable RetrieveHeader()
 {
     return(InvoiceTaxDac.RetrieveAll(this).Tables[0]);
 }