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