메소드 | 설명 | |
---|---|---|
AccountService ( AggregateRepository |
||
CancelAccount ( string accountNumber ) : void | ||
RegisterMissedPayment ( string accountNumber ) : void | ||
RegisterSuccessfullPayment ( string accountNumber, decimal amount ) : void |
메소드 | 설명 | |
---|---|---|
HandleException ( |
public AccountService ( AggregateRepository |
||
accountRepository | AggregateRepository |
|
unitOfWork | IUnitOfWork | |
리턴 | System |
public CancelAccount ( string accountNumber ) : void | ||
accountNumber | string | |
리턴 | void |
public RegisterMissedPayment ( string accountNumber ) : void | ||
accountNumber | string | |
리턴 | void |
public RegisterSuccessfullPayment ( string accountNumber, decimal amount ) : void | ||
accountNumber | string | |
amount | decimal | |
리턴 | void |