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