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