Update README.md

This commit is contained in:
Stef Heyenrath
2022-02-01 20:12:59 +01:00
committed by GitHub
parent bac7f7a05c
commit bd65e1ef4a
+2 -2
View File
@@ -86,9 +86,9 @@ public class PersonProxy : IPerson
}
```
### Use it
### :three: Use it
``` c#
IPerson p = new PersonProxy(new Person());
p.Name = "test";
p.HelloWorld("stef");
```
```