Skip to content

Commit dfa0b86

Browse files
authored
Update README.md
1 parent 1bd224d commit dfa0b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ MockSubSonic Db Client and Factory, primary purpose is for unit testing and faki
3535
<li>Database Context</li>
3636
<li>Lazy Loading supports the following relationship types
3737
<ul>
38+
<li>OneToNone</li>
3839
<li>OneToMany</li>
3940
<li>ManyToOne</li>
4041
<li>ManyToMany</li>
@@ -69,7 +70,7 @@ MockSubSonic Db Client and Factory, primary purpose is for unit testing and faki
6970
<ul>
7071
<li>overrides virtual navigation and collection properties.</li>
7172
<li>when navigation property value changes proxy changes the foreign key property to match.</li>
72-
<li>proxy implments IEntityProxy<TEntity> which implements Data, KeyData, ModelType, IsDirty, IsNew, IsDeleted</li>
73+
<li>proxy implements IEntityProxy<TEntity> which implements Data, KeyData, ModelType, IsDirty, IsNew, IsDeleted</li>
7374
</ul></li>
7475
</ul>
7576
<br />

0 commit comments

Comments
 (0)