public async Task <IActionResult> Index() { var meeting = await _meetingService.GetAllMeetingAsync(); return(Json(meeting)); }