Exemplo n.º 1
0
        public IActionResult Get()
        {
            IEnumerable <EventDetail> EventDetails = _EventDetailRepository.GetAll();

            return(Ok(EventDetails));
        }