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