Exemple #1
0
        public static List <Job> GetAll()
        {
            List <Job> job = JobDAL.GetAll();

            return(job);
        }