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