Beispiel #1
0
 public bool Execute() => _controller.TryCreateBranch();
Beispiel #2
0
 public bool Execute()
 {
     return(_controller.TryCreateBranch());
 }