コード例 #1
0
ファイル: AccountService.cs プロジェクト: darko997/VacaYAY
 public AccountService(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }
コード例 #2
0
 public AccountValidation(IAccountWorkflow accountWorkflow)
 {
     AccountWorkflow = accountWorkflow;
 }