Esempio n. 1
0
 public Int32 Delete()
 {
     return(InvoiceScheduleDac.Delete(this));
 }
Esempio n. 2
0
 public Int32 Update()
 {
     return(InvoiceScheduleDac.Update(this));
 }
Esempio n. 3
0
 public Int32 Insert()
 {
     return(InvoiceScheduleDac.Insert(this));
 }