Exemplo n.º 1
0
        public ActionResult Index()
        {
            JobServiceReference.JobsServiceClient jobsServiceClient = new JobServiceReference.JobsServiceClient();
            JobServiceReference.Jobs job = new JobServiceReference.Jobs();
            job = jobsServiceClient.OpeningJobs();
            DataTable dt = new DataTable();

            return(View());
        }
Exemplo n.º 2
0
        public ActionResult Index()
        {
            JobServiceReference.JobsServiceClient jobsServiceClient = new JobServiceReference.JobsServiceClient();

            return(View(jobsServiceClient.OpeningJobs()));
        }