// GET: Paticipant public async Task <ActionResult> Index() { var dashboard = await _ps.GetParticipantPanelAsync(); return(View(dashboard)); }
public async Task <ProfileDataViewModel> ParticipantIndex() { return(await _ps.GetParticipantPanelAsync()); }