示例#1
0
        public IActionResult Index()
        {
            var list = _GetJobs.GetAll().ToList();

            return(View(list));
        }