예제 #1
0
        public async Task <IActionResult> Position()
        {
            ViewBag.Result = await personalService.GetAllPositionSupplementedAsync();

            return(View());
        }