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 bbd2ccb commit 8b366d9Copy full SHA for 8b366d9
src/JsonApiDotNetCore/Models/Identifiable.cs
@@ -1,6 +1,9 @@
1
namespace JsonApiDotNetCore.Models
2
{
3
- public abstract class Identifiable<T> : IIdentifiable<T>, IIdentifiable
+ public class Identifiable : Identifiable<int>
4
+ {}
5
+
6
+ public class Identifiable<T> : IIdentifiable<T>, IIdentifiable
7
8
public T Id { get; set; }
9
0 commit comments