Example #1
0
 public static int GetTotalPriceOrderYear(int Year)
 {
     return(OrdersDAL.GetTotalPriceOrderYear(Year));
 }