Première partie Models
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Knots.Models;
|
||||
|
||||
public class Discussion
|
||||
{
|
||||
|
||||
[Key] public int Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user