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 23778bd commit a738d7fCopy full SHA for a738d7f
README.md
@@ -27,6 +27,10 @@ Alternatively the generic version of the repository can be registered as follows
27
services.AddScoped(typeof(IRepository<,>), typeof(Repository<,>));
28
```
29
30
+## Important
31
+
32
+In this README the INT type is used as ID type, but it is also possible to use the GUID type, making the appropriate corrections later.
33
34
## Example entity
35
36
```csharp
0 commit comments