We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f7e9f commit a381919Copy full SHA for a381919
1 file changed
src/LinqToExcel.Tests/Company.cs
@@ -6,7 +6,7 @@ public class Company
6
{
7
public string Name { get; set; }
8
public string CEO { get; set; }
9
- public int EmployeeCount { get; set; }
+ public int? EmployeeCount { get; set; }
10
public DateTime StartDate { get; set; }
11
public bool IsActive { get; set; }
12
}
0 commit comments