public UpdateDbViewCommand(IAcSession acSession, IDbViewUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input     = input;
 }
 public UpdateDbViewCommand(IAcSession acSession, IDbViewUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input = input;
 }