메소드 | 설명 | |
---|---|---|
ClientIsDeceased ( string clientId ) : void | ||
ClientService ( AggregateRepository |
||
CorrectDateOfBirth ( string clientId, System.DateTime dateOfBirth ) : void | ||
OpenAccount ( string clientId ) : void | ||
RegisterClient ( string idNumber, string firstName, string surname, string primaryContactNumber ) : void |
메소드 | 설명 | |
---|---|---|
HandleException ( |
public ClientIsDeceased ( string clientId ) : void | ||
clientId | string | |
리턴 | void |
public ClientService ( AggregateRepository |
||
clientRepository | AggregateRepository |
|
accountNumberService | IAccountNumberService | |
unitOfWork | IUnitOfWork | |
리턴 | System |
public CorrectDateOfBirth ( string clientId, System.DateTime dateOfBirth ) : void | ||
clientId | string | |
dateOfBirth | System.DateTime | |
리턴 | void |
public RegisterClient ( string idNumber, string firstName, string surname, string primaryContactNumber ) : void | ||
idNumber | string | |
firstName | string | |
surname | string | |
primaryContactNumber | string | |
리턴 | void |