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