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 b958174 commit ed33dfaCopy full SHA for ed33dfa
src/JsonApiDotNetCore.MongoDb/Resources/IMongoIdentifiable.cs
@@ -5,6 +5,4 @@ namespace JsonApiDotNetCore.MongoDb.Resources;
5
/// <summary>
6
/// Marker interface to indicate a resource that is stored in MongoDB.
7
/// </summary>
8
-public interface IMongoIdentifiable : IIdentifiable<string?>
9
-{
10
-}
+public interface IMongoIdentifiable : IIdentifiable<string?>;
0 commit comments