Exemplo n.º 1
0
 public List <OrderDetail> GetDailyDetailsForAStore(int storeID)
 {
     return(odm.GetDailyDetailsForAStore(storeID));
 }