parent
eba2ba64fc
commit
bd0f852d9b
4 changed files with 30 additions and 15 deletions
@ -0,0 +1,11 @@ |
||||
using System.ComponentModel.DataAnnotations; |
||||
|
||||
namespace BuecherwurmAPI.Models |
||||
{ |
||||
public class ItemPost |
||||
{ |
||||
[Required] |
||||
public int BookId { get; set; } |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue