Example #1
0
 public ChangePasswordCommand(IAcSession acSession, IPasswordChangeIo input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input     = input;
 }
 public ChangePasswordCommand(IAcSession acSession, IPasswordChangeIo input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input = input;
 }