Skip to content

Commit 870787f

Browse files
committed
color property
1 parent 90f9208 commit 870787f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/includes/fundamentals/code-examples/builders.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ public class Flower
6161
public List<string> Season { get; set; }
6262
public double Stock { get; set; }
6363
public string Description { get; set; }
64+
public string Color { get; set; }
6465
}
6566
// end-model

0 commit comments

Comments
 (0)