Skip to content

Commit

Permalink
Update content/top-5-programming-language-for-backend-web-programmers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ronny Gunawan <3048897+ronnygunawan@users.noreply.github.com>
  • Loading branch information
lamualfa and ronnygunawan authored Jul 2, 2023
1 parent ea39551 commit dd6e0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ app.Run();
class Employee
{
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long? ID { get; set; }
public long ID { get; set; }
public string? Uuid { get; set; }
public string? Name { get; set; }
Expand Down

0 comments on commit dd6e0c5

Please sign in to comment.