Add authentication and authorization (#21)
Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
@@ -15,9 +15,9 @@ public partial class Game
|
||||
public string Title { get; set; } = null!;
|
||||
public DateTime? ReleaseDate { get; set; }
|
||||
public DateTime CreationDate { get; set; }
|
||||
public int CreationUserId { get; set; }
|
||||
public string CreationUserId { get; set; } = null!;
|
||||
public DateTime? ModificationDate { get; set; }
|
||||
public int? ModificationUserId { get; set; }
|
||||
public string? ModificationUserId { get; set; }
|
||||
public double? StorageSpace { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public int Interest { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user