Esempio n. 1
0
 public CertificationVerificationHelper(DigiDocServiceHelper digiDocService)
 {
     DigiDocService = digiDocService;
 }
 public MobileIdHelper(DigiDocServiceHelper digiDocServiceHelper, MobileIdHelperConfig mobileIdServiceConstants)
 {
     DigiDocService           = digiDocServiceHelper;
     MobileIdServiceConstants = mobileIdServiceConstants;
 }