5 references to IExampleService
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (5)
579
var service = new Mock<
IExampleService
>();
1684
private readonly
IExampleService
_exampleService;
1686
public MockedValidatableObject(
IExampleService
exampleService)
1691
var
receivedService = validationContext.GetService<
IExampleService
>();