We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d9f76 commit 7458722Copy full SHA for 7458722
src/ExpressValidator.Extensions.DependencyInjection/ProxyValidator.cs
@@ -1,15 +1,12 @@
1
using FluentValidation.Results;
2
using Microsoft.Extensions.DependencyInjection;
3
using System;
4
-using System.Collections.Generic;
5
-using System.Data;
6
-using System.Text;
7
using System.Threading;
8
using System.Threading.Tasks;
9
10
namespace ExpressValidator.Extensions.DependencyInjection
11
{
12
- internal class ProxyValidator<T> : IExpressValidator<T>
+ internal class ProxyValidator<T> : IExpressValidator<T>
13
14
private readonly IExpressValidator<T> _innerValidator;
15
public ProxyValidator(IServiceProvider serviceProvider)
0 commit comments