Exemple #1
0
        public List <Employee> GetAllEmployee()
        {
            EmployeeQuery eq = new EmployeeQuery(contexte);

            return(eq.GetAll().ToList());
        }