AreaCom: Make YearFrom nullable
All checks were successful
Test / Run tests (push) Successful in 1m48s
All checks were successful
Test / Run tests (push) Successful in 1m48s
This commit is contained in:
@ -106,7 +106,7 @@ namespace Elwig.Services {
|
||||
var a = new AreaCom {
|
||||
FbNr = oldFbNr ?? newFbNr,
|
||||
MgNr = (int)vm.MgNr!,
|
||||
YearFrom = (int)vm.YearFrom!,
|
||||
YearFrom = vm.YearFrom,
|
||||
YearTo = vm.YearTo,
|
||||
VtrgId = vm.AreaComType!.VtrgId,
|
||||
CultId = vm.WineCult?.CultId,
|
||||
|
Reference in New Issue
Block a user