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