Example #1
0
 public DataTable GetTareWeight(int ContainerTypeID)
 {
     return(ImportBLDAL.GetTareWeight(ContainerTypeID));
 }