示例#1
0
 public LogStructureWithInput FromInput(LogInput logInput)
 {
     logInput.SetContext(_flowStructure.Context);
     _flowStructure.Input = logInput;
     return new LogStructureWithInput(_flowStructure);
 }
示例#2
0
 public LogStructureWithInput FromInput(LogInput logInput)
 {
     logInput.SetContext(_flowStructure.Context);
     _flowStructure.Input = logInput;
     return(new LogStructureWithInput(_flowStructure));
 }