示例#1
0
 public static DataTable GetFwdEstimate(int EstimateId)
 {
     return(InvoiceDAL.GetFwdEstimate(EstimateId));
 }