예제 #1
0
 public IFluentIfItIfElse <T> Then(Action <T> thenAction) => FluentIfElseFactory.False(_it);
예제 #2
0
 public IFluentIfElse Then(Action thenAction) => FluentIfElseFactory.False();