Implement unified API controller pattern

This commit is contained in:
2020-02-29 14:13:46 +01:00
parent e49b6791a0
commit eee5661f9a
16 changed files with 414 additions and 138 deletions

View File

@@ -8,9 +8,9 @@ namespace EstusShots.Shared.Dto
public int Number { get; set; }
public string Game { get; set; } = default!;
public string Game { get; set; }
public string? Description { get; set; }
public string Description { get; set; }
public DateTime Start { get; set; }