fast vergessen
This commit is contained in:
parent
7bdb85d842
commit
eba2ba64fc
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ namespace BuecherwurmAPI.Models
|
|||
{
|
||||
public class Item
|
||||
{
|
||||
[Key]
|
||||
[Required]
|
||||
public int Id { get; set; }
|
||||
[Key, Required]
|
||||
public int ItemId { get; set; }
|
||||
[Required]
|
||||
public int BookId { get; set; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue