Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit bd1a493

Browse files
committed
Update README.md
1 parent 958ce6d commit bd1a493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Check the [documentation](https://github.com/RobThree/MongoRepository/wiki/Docum
77
## Example:
88

99
```c#
10-
public class Customer : Entity
1110
// The Entity base-class is provided by MongoRepository
1211
// for all entities you want to use in MongoDb
12+
public class Customer : Entity
1313
{
1414
public string FirstName { get; set; }
1515
public string LastName { get; set; }

0 commit comments

Comments
 (0)