Exemplo n.º 1
0
 public ActionResult Index()
 {
     return(View(ReplicaSetStatus.GetStatus()));
 }
Exemplo n.º 2
0
        //
        // GET: /Movies/About

        public ActionResult About( )
        {
            return(View(ReplicaSetStatus.GetReplicaSetStatus( )));
        }