We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a06f30 commit 2443a15Copy full SHA for 2443a15
src/JsonApiDotNetCore.MongoDb/Resources/MongoDbIdentifiable.cs
@@ -1,5 +1,4 @@
1
using JsonApiDotNetCore.Resources;
2
-using JsonApiDotNetCore.Resources.Annotations;
3
using MongoDB.Bson;
4
using MongoDB.Bson.Serialization.Attributes;
5
@@ -13,7 +12,6 @@ public abstract class MongoDbIdentifiable : IIdentifiable<string>
13
12
/// <inheritdoc />
14
[BsonId]
15
[BsonRepresentation(BsonType.ObjectId)]
16
- [Attr]
17
public virtual string Id { get; set; }
18
19
0 commit comments