Ejemplo n.º 1
0
 // GET: Admin/Status
 public ActionResult Index()
 {
     return(View(_statusProvider.GetModels()));
 }