//------------------------------------------------------------------------------ // // 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 MALDFGASSURANCE.Models { using System; using System.Collections.Generic; public partial class PROFORMAT { public int IDPROFORMAT { get; set; } public string NUMEROPROFORMAT { get; set; } public Nullable IDPRISECHARGE { get; set; } public string MATRICULE { get; set; } public string ID_ETABLISSEMENT { get; set; } public string MOTIF { get; set; } public Nullable MONTANT { get; set; } public string TAUX { get; set; } public Nullable PARTLDFG { get; set; } public string INFORMATION { get; set; } public Nullable DATEPROFORMAT { get; set; } public Nullable ETAT { get; set; } public string IDUTILISATEUR { get; set; } public Nullable DATECREATION { get; set; } public Nullable DATEMODIFICATION { get; set; } public Nullable DATESUPPRESSION { get; set; } public Nullable IDMEDECINCONSEIL { get; set; } public string MEDECINPRESECRIPTEUR { get; set; } public string PHOTOPROFORMA { get; set; } public string REFERENCEPROFORMA { get; set; } public string EXAMENS { get; set; } public Nullable PART_LDF_SAISIE { get; set; } public virtual ASSURE ASSURE { get; set; } public virtual BONCHARGE BONCHARGE { get; set; } public virtual ETABLISSEMENT ETABLISSEMENT { get; set; } public virtual MEDECIN_CONSEIL MEDECIN_CONSEIL { get; set; } } }