예제 #1
0
 public DataTable Retrieve()
 {
     return(SalesPriceAgreementDac.Retrieve(this).Tables[0]);
 }
예제 #2
0
 private DataTable Retrieve(DateTime date1, DateTime date2)
 {
     return(SalesPriceAgreementDac.Retrieve(date1, date2).Tables[0]);
 }