public ActionResult <IEnumerable <MeetingEntity> > Get() { var meeting = meetingService.GetAllMeeting(); return(new ObjectResult(meeting)); }