Commit 0608a70
committed
Remove minimum length constraint on EmployeeId as this validation is applicable only for string and collection types.
The minimum length attribute previously applied to EmployeeId in EmployeeDto.cs was removed. There were unnecessary limitations being put on the EmployeeId property, which is intended to be automatically generated and required, but not to impose a minimum length.1 parent 8d3739e commit 0608a70
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments