Fix dates

This commit is contained in:
2025-09-13 10:52:16 +09:00
parent b318d73d78
commit 4e59e15092

View File

@ -34,9 +34,9 @@ namespace Hcs.TestApp.Scenario
Period = new YearMonth() Period = new YearMonth()
{ {
Year = 2025, Year = 2025,
Month = 9 Month = 8
}, },
DateValue = new DateTime(2025, 9, 25), DateValue = new DateTime(2025, 8, 25),
TransportGUID = Guid.NewGuid().ToString(), TransportGUID = Guid.NewGuid().ToString(),
MunicipalResource = new nsiRef() MunicipalResource = new nsiRef()
{ {
@ -47,7 +47,7 @@ namespace Hcs.TestApp.Scenario
}], }],
ControlValue = [new OneRateMeteringValueImportType() ControlValue = [new OneRateMeteringValueImportType()
{ {
DateValue = new DateTime(2025, 9, 25), DateValue = new DateTime(2025, 8, 25),
TransportGUID = Guid.NewGuid().ToString(), TransportGUID = Guid.NewGuid().ToString(),
MunicipalResource = new nsiRef() MunicipalResource = new nsiRef()
{ {