Example #1
0
 public List <OrderDetail> GetWeeklyDetailsForAStore(int storeID)
 {
     return(odm.GetWeeklyDetailsForAStore(storeID));
 }