3 references to IExampleService
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsModelValidatorTest.cs (3)
399
var service = new Mock<
IExampleService
>();
412
var
receivedService = context.GetService<
IExampleService
>();