예제 #1
0
 public ICollection <ViewOrderHistory> GetOrderHistoriesByYear(int year)
 {
     return(_iReportGateway.GetOrderHistoriesByYear(year));
 }