Ejemplo n.º 1
0
 public IFluentIfElse Then(Action thenAction)
 {
     thenAction();
     return(FluentIfElseFactory.True());
 }
Ejemplo n.º 2
0
 public IFluentIfItIfElse <T> Then(Action <T> thenAction) => FluentIfElseFactory.False(_it);
Ejemplo n.º 3
0
 public IFluentIfElse Then(Action thenAction) => FluentIfElseFactory.False();