last update

This commit is contained in:
2023-07-09 23:43:19 +05:00
parent 47d8f95440
commit fe2ebf72c6
11 changed files with 2141 additions and 109 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ namespace YandexQuest.Models
public class Tag
{
public string id { get; set; }
public string name { get; set; }
public string descrition { get; set; }
public Games game { get; set; }
public string description { get; set; }
public Cities city { get; set; }
}
}