public List <Statut> GetAllStatut()
        {
            StatutQuery sq = new StatutQuery(context);

            return(sq.GetAll().ToList());
        }
Esempio n. 2
0
        /**
         *  STATUT
         */
        public List <Statut> GetAllStatut()
        {
            StatutQuery cq = new StatutQuery(contexte);

            return(cq.GetAll().ToList());
        }
Esempio n. 3
0
        public List <Statut> GetAllStatut()
        {
            StatutQuery pq = new StatutQuery(ctx);

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