Skip to content

Commit 536469c

Browse files
authored
Update README.md
1 parent 2843cc9 commit 536469c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ We'll use the following two classes for our examples
2828
}
2929
public class Employee
3030
{
31-
public Employee()
32-
{
33-
34-
}
3531
public string Company { get; set; }
3632
public int Id { get; set; }
3733
public Guid ExternalId { get; set; }

0 commit comments

Comments
 (0)