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