Example #1
0
        public List <JobTitle> Get()
        {
            JobTitle jt = new JobTitle();

            return(jt.GetAllJT());
        }