First table in database
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace GerbilManagerWebAPI.Models
|
||||
{
|
||||
public record Breeder
|
||||
{
|
||||
[Key]
|
||||
public Guid Id { get; init; }
|
||||
public string Name { get; init; }
|
||||
public string? Name { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user