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