change field name

This commit is contained in:
2023-07-09 20:30:44 +05:00
parent 6aa95f488e
commit 42dfa07542
+1 -1
View File
@@ -11,7 +11,7 @@ namespace YandexGameServer.Models
[BsonId, BsonRepresentation(BsonType.ObjectId)]
public string id { get; set; }
public Games game { get; set; }
public string descrition { get; set; }
public string description { get; set; }
public Cities city { get; set; }
}
}