update web requset data

This commit is contained in:
2023-07-03 19:36:02 +05:00
parent a7fc084abf
commit b6785dd862
8 changed files with 396 additions and 130 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ namespace YandexQuest.Models
{
public string id { get; set; }
public Cities city { get; set; }
public List<Games> games { get; set; }
public List<Games> games { get; set; } = new List<Games>();
public DateTime? gameFinishedDate { get; set; }
public bool isAdmin { get; set; }
}