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