public WithdrawalRecordAppServiceTests()
 {
     _withdrawalRecordAppService = GetRequiredService <IWithdrawalRecordAppService>();
 }
Example #2
0
 public WithdrawalRecordController(IWithdrawalRecordAppService service)
 {
     _service = service;
 }