2 writes to SomeDTO
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (2)
931
SomeDTO
= new TestDTO // Return via JSON
950
SomeDTO
= new TestDTO // Return via JSON
2 references to SomeDTO
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (2)
612
Assert.Equal("STRING VIA JSON", result.
SomeDTO
.StringVal);
613
Assert.Equal(2000, result.
SomeDTO
.IntVal);