예제 #1
0
        public IActionResult Index()
        {
            // 모든 데이터 출력
            var list = _repository.GetAll();

            return(View(list));
        }
예제 #2
0
        //Get Attendee All


        public IEnumerable <Attendee> GetclaimAttendeeAll()
        {
            return(_Attendee.GetAll());
        }