Skip to content

Commit 64334ce

Browse files
author
Oyvind Timian Dokk Husveg
committed
Added int cuz its used in some frontend scenarios
1 parent 1d6f91f commit 64334ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercise.wwwapi/DTOs/UserDTO.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace exercise.wwwapi.DTOs
55
{
66
public class UserDTO
77
{
8+
public int Id { get; set; }
89
public string? Username { get; set; }
910
public string? Email { get; set; }
1011
public string? FirstName { get; set; }

0 commit comments

Comments
 (0)