Première partie Models

This commit is contained in:
2026-03-12 15:22:35 +01:00
parent e116708b76
commit 2444e31f4f
4 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
using System.ComponentModel.DataAnnotations;
namespace Knots.Models;
public class Discussion
{
[Key] public int Id { get; set; }
}