Exemplo n.º 1
0
 public ActionResult Summary()
 {
     return(PartialView(ProfileViewModelFactory.CandidateProfileFrom(CPProfile.ActiveCandidate)));
 }
Exemplo n.º 2
0
 // GET: Profile/Candidate
 public ActionResult Index()
 {
     return(View(ProfileViewModelFactory.CandidateProfileFrom(CPProfile.ActiveCandidate, CPProfile.AuthorizedCommittees.Committees.Values)));
 }