update web requset data
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user