示例#1
0
 // GET: BatteryChanges
 public ActionResult Index()
 {
     return(View(DataFilter.GetBatteryChanges(TempData.Peek("id") + "")));
 }