Skip to content

Commit 24e1cea

Browse files
authored
Update Book.cs
1 parent e0c5a95 commit 24e1cea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Chance.NET.Tests/Models/Book.cs

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Text;
55
using System.Threading.Tasks;
66

7+
using ChanceNET;
78
using ChanceNET.Attributes;
89

910
namespace ChanceNET.Tests
@@ -18,5 +19,8 @@ public class Book
1819

1920
[Date]
2021
public DateTime Release;
22+
23+
[Person]
24+
public Person Author;
2125
}
2226
}

0 commit comments

Comments
 (0)