public DataProtectionQueryCriteria(IDataProtectionCheckerService dataProtectionCheckerService)
 {
     _dataProtectionCheckerService = dataProtectionCheckerService;
 }
 public DataProtectionAuthorizationEventHandler(IDataProtectionCheckerService dataProtectionCheckerService)
 {
     _dataProtectionCheckerService = dataProtectionCheckerService;
 }
Ejemplo n.º 3
0
 public ApplyDataProtectionQueryFilter(IDataProtectionCheckerService dataProtectionCheckerService)
 {
     _dataProtectionCheckerService = dataProtectionCheckerService;
     T = NullLocalizer.Instance;
 }