public PlainRfcPreparedFunction(string functionName, PlainRfcStructureMapper structureMapper, RfcRepository repository, RfcDestination destination) : base(functionName) { this.repository = repository; this.destination = destination; this.structureMapper = structureMapper; }
internal PlainRfcResult(IRfcFunction function, PlainRfcStructureMapper structureMapper) { this.function = function; this.structureMapper = structureMapper; }