namespace IUT_ISTAG.Models { public class Campus { public int id { get; set; } public string? libelle { get; set; } } }