namespace IUT_ISTAG.Models { public class Actions { public int id { get; set; } public string? table { get; set; } public string? id_ligne { get; set; } public string? libelle { get; set; } public DateTime created_at { get; set; } } }