Skip to content

Commit 8d54192

Browse files
committed
fix: README
1 parent 2d4fb17 commit 8d54192

File tree

1 file changed

+0
-1
lines changed
  • src/Dapper.DDD.Repository.PostGreSql

1 file changed

+0
-1
lines changed

src/Dapper.DDD.Repository.PostGreSql/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ This does two things:
155155
- Configures Dapper to use the PointTypeMapper we've defined
156156
- Configures the Repository extension to treat the `Pont` type as a built-in type, which means all the "automagic" functionality of the Repository extension is disabled and Dapper gets to do its thing alone (which is to use the PointTypeMapper)
157157

158-
~~~~
159158
And that's basically it, now you can define properties of the type `Point` in any of your aggregates and the
160159
built-in `ITableRepository` will work correctly.
161160

0 commit comments

Comments
 (0)