change field name
This commit is contained in:
+1
-1
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user