Example #1
0
 public static int GetTotalPriceOrderMonth(int month)
 {
     return(OrdersDAL.GetTotalPriceOrderMonth(month));
 }