We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b421061 commit e7a2c03Copy full SHA for e7a2c03
1 file changed
README.md
@@ -54,7 +54,6 @@ namespace Sample
54
public string Name { get; set; }
55
public bool IsDriver { get; set; }
56
57
- // required constructor with all properties in alphabetical order
58
public Person(int id, bool isDriver, string name)
59
{
60
Id = id;
0 commit comments