예제 #1
0
        public IActionResult GetAll()
        {
            EventoBLL eventoBLL = new EventoBLL();
            var       get       = eventoBLL.GetAll();

            return(Json(get));
        }