Пример #1
0
 public ActionResult AverageProfit()
 {
     ViewBag.ReportName = "Products - Average Profit";
     return(PartialView("AverageProfitProductList", model.GetAverageProfitReport()));
 }