Esempio n. 1
0
 public ActionResult ActionLog()
 {
     //TODO: learn to pass a JSON object
     //TODO: try using Moustache to render the data control
     return(View(service.GetAllActionLogs()));
 }