Skip to content

Commit 2443a15

Browse files
author
Bart Koelman
committed
Removed [Attr] from MongoDbIdentifiable.Id
1 parent 2a06f30 commit 2443a15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/JsonApiDotNetCore.MongoDb/Resources/MongoDbIdentifiable.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using JsonApiDotNetCore.Resources;
2-
using JsonApiDotNetCore.Resources.Annotations;
32
using MongoDB.Bson;
43
using MongoDB.Bson.Serialization.Attributes;
54

@@ -13,7 +12,6 @@ public abstract class MongoDbIdentifiable : IIdentifiable<string>
1312
/// <inheritdoc />
1413
[BsonId]
1514
[BsonRepresentation(BsonType.ObjectId)]
16-
[Attr]
1715
public virtual string Id { get; set; }
1816

1917
/// <inheritdoc />

0 commit comments

Comments
 (0)