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