示例#1
0
 public DataTable GetFwdLineLocation(int JobID)
 {
     return(InvoiceDAL.GetFwdLineLocation(JobID));
 }