Esempio n. 1
0
 public EnterAnotherPassword(DecryptWithAnotherPasswordOperation decryptWithAnotherPasswordOperation)
 {
     this.Operation = decryptWithAnotherPasswordOperation;
 }
        public void HandleOperation(DecryptWithAnotherPasswordOperation operation)
        {
            this.operation = operation;

            //this.AddErrorFor(nameof(this.Password), "Wrong password");
        }