Skip to content

Commit a738d7f

Browse files
committed
Aggiornato README
1 parent 23778bd commit a738d7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Alternatively the generic version of the repository can be registered as follows
2727
services.AddScoped(typeof(IRepository<,>), typeof(Repository<,>));
2828
```
2929

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+
3034
## Example entity
3135

3236
```csharp

0 commit comments

Comments
 (0)