메소드 | 설명 | |
---|---|---|
CreateEmployee ( EmployeeId id, FullName name, decimal initialSalary ) : void | ||
Dispose ( ) : void | ||
EmployeeRepository ( ) : System | ||
IsRegistered ( EmployeeId id ) : bool | ||
Load ( EmployeeId id ) : |
||
RaiseSalary ( EmployeeId id, decimal amount ) : void | ||
UpdateHomeAddress ( EmployeeId id, |
public CreateEmployee ( EmployeeId id, FullName name, decimal initialSalary ) : void | ||
id | EmployeeId | |
name | FullName | |
initialSalary | decimal | |
리턴 | void |
public RaiseSalary ( EmployeeId id, decimal amount ) : void | ||
id | EmployeeId | |
amount | decimal | |
리턴 | void |
public UpdateHomeAddress ( EmployeeId id, |
||
id | EmployeeId | |
homeAddress | ||
리턴 | void |