コード例 #1
0
 // GET: maxVentas
 public ActionResult Index()
 {
     return(View(db.salesPerProducts()));
 }