//------------------------------------------------------------------------------ // // 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 Identite { public int College_Id { get; set; } public string Principal_SID { get; set; } public string Principal_Login { get; set; } public string Principal_Nom { get; set; } public string Principal_Prenom { get; set; } public string Principal_Email { get; set; } public string Principal_Tel { get; set; } public string Principal_Structure { get; set; } public string Adjoint_SID { get; set; } public string Adjoint_Login { get; set; } public string Adjoint_Nom { get; set; } public string Adjoint_Prenom { get; set; } public string Adjoint_Email { get; set; } public string Adjoint_Tel { get; set; } public string Adjoint_Structure { get; set; } public string Gestionnaire_SID { get; set; } public string Gestionnaire_Login { get; set; } public string Gestionnaire_Nom { get; set; } public string Gestionnaire_Prenom { get; set; } public string Gestionnaire_Email { get; set; } public string Gestionnaire_Tel { get; set; } public string Gestionnaire_Structure { get; set; } public string Gestionnaire2_SID { get; set; } public string Gestionnaire2_Login { get; set; } public string Gestionnaire2_Nom { get; set; } public string Gestionnaire2_Prenom { get; set; } public string Gestionnaire2_Email { get; set; } public string Gestionnaire2_Tel { get; set; } public string Gestionnaire2_Structure { get; set; } public virtual College College { get; set; } } }