Beispiel #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     ProductSalesRevenue.SetData(SalesProvider.GetSalesGroupedByProduct(SalesStartDate, SalesEndDate));
 }
Beispiel #2
0
 protected override IEnumerable <ChartData> GetChartSalesRevenueCollection(DateTime startDate, DateTime endDate)
 {
     return(SalesProvider.GetSalesGroupedByProduct(startDate, endDate));
 }