public CommandAnonymousInnerClass(BulkHistoryDeleteTest outerInstance, IList <string> inputIds, IList <string> inputByteArrayIds, IList <string> outputIds, IList <string> outputByteArrayIds) { this.outerInstance = outerInstance; this.inputIds = inputIds; this.inputByteArrayIds = inputByteArrayIds; this.outputIds = outputIds; this.outputByteArrayIds = outputByteArrayIds; }
public CommandAnonymousInnerClass2(BulkHistoryDeleteTest outerInstance, string[] errorDetailsByteArrayIds) { this.outerInstance = outerInstance; this.errorDetailsByteArrayIds = errorDetailsByteArrayIds; }