Exemplo n.º 1
0
 public bool Execute() => _controller.TryCommit();
Exemplo n.º 2
0
 public bool Execute()
 {
     return(_controller.TryCommit());
 }