namespace IUT_ISTAG.Models { public class Domaine { public int id { get; set; } public string libelle_fr { get; set; } public string libelle_en { get; set; } } }