Example #1
0
        public IHttpActionResult Get()
        {
            List <JobSeekerViewModel> models = _adapter.GetJobSeeker();

            return(Ok(models));
        }