예제 #1
0
        public async Task <IActionResult> GetAttendancePercentage()
        {
            //throw new Exception("testing...");
            var result = await _repo.GetAttendancePercentage();

            return(Ok(result));
        }