Пример #1
0
 /// <summary>
 /// Retrieves total value and number of packages in transit between distribution centres.
 /// </summary>
 /// <returns>a list of source distribution centre, destination distribution centre, number of packages, and total value of packages</returns>
 public List <ValueInTransitViewData> ValueInTransit()
 {
     return(ReportDAO.FindAllValueInTransit());
 }