예제 #1
0
 public AccountService(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }
예제 #2
0
 public AccountValidation(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }