Skip to content

Commit e7a2c03

Browse files
Update readme
1 parent b421061 commit e7a2c03

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ namespace Sample
5454
public string Name { get; set; }
5555
public bool IsDriver { get; set; }
5656
57-
// required constructor with all properties in alphabetical order
5857
public Person(int id, bool isDriver, string name)
5958
{
6059
Id = id;

0 commit comments

Comments
 (0)