Skip to content

Commit

Permalink
Added Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam committed Aug 30, 2023
1 parent f3f6480 commit 777a1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Basic_crud/Models/Customer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Basic_crud.Models
{
public class Customer
{
//primary Key
[Key]
public int Id { get; set; }
[Required]
Expand Down

0 comments on commit 777a1d3

Please sign in to comment.