예제 #1
0
 public IEnumerable <ViewProduct> GetPopularBatteriesByYear(int year)
 {
     return(_iReportGateway.GetPopularBatteriesByYear(year));
 }