public ValidaCenarioCertificacaoResourceFilter(ICertificationTestService certificationService) => _certificationService = certificationService;
Ejemplo n.º 2
0
 public TestsServiceFactory(IServiceProvider serviceProvider) : base(serviceProvider)
 {
     _certificationTestService = (ICertificationTestService)serviceProvider.GetService(typeof(ICertificationTestService));
 }