예제 #1
0
 /// <summary>
 /// Retrieves the quantity and total value for each product type in stock across all distribution centres.
 /// </summary>
 /// <returns>a list of quantity, package type and value of packages</returns>
 public List <MedicationTypeViewData> GlobalStock()
 {
     return(ReportDAO.FindGlobalStock());
 }