Exemplo n.º 1
0
 public IEnumerable <ViewProduct> GetPopularBatteriesByYear(int year)
 {
     return(_iReportGateway.GetPopularBatteriesByYear(year));
 }