SyntaxFix
Write A Post
Hire A Developer
Questions
Your PersonSheets has a property int Id, Id isn't in the post, so modelbinding fails. Make Id nullable (int?) or send atleast Id = 0 with the POst .
int Id
Id