//------------------------------------------------------------------------------ // // Ce code a été généré à partir d'un modèle. // // Des modifications manuelles apportées à ce fichier peuvent conduire à un comportement inattendu de votre application. // Les modifications manuelles apportées à ce fichier sont remplacées si le code est régénéré. // //------------------------------------------------------------------------------ namespace CD67.FicheCollege.Entity { using System; using System.Collections.Generic; public partial class mef { public int id { get; set; } public string code { get; set; } public string mefst11 { get; set; } public string nomcourt { get; set; } public string nomlong { get; set; } public Nullable idniveau { get; set; } public Nullable idfiliere { get; set; } public virtual filiere filiere { get; set; } } }