Exemple #1
0
 public DataTable GetDefaultFreightPayableAt(int LocationId)
 {
     return(ImportBLDAL.GetDefaultFreightPayableAt(LocationId));
 }