Exemplo n.º 1
0
 public AccountService(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }
Exemplo n.º 2
0
 public AccountValidation(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }