示例#1
0
        //
        // GET: /Designation/

        public ActionResult Index()
        {
            var jobtype = objSourceMastersModel.GetJobStatus();

            return(View(jobtype));
        }