public ActionResult AddAttendee([FromBody] MeetingAttendees ma) { rep.AddAttendees(ma.MeetingID, ma.AttendeeID); return(Ok()); }