Method | Description | |
---|---|---|
AddDepartment ( |
||
AddEmployee ( |
||
Company ( ) : System.Collections.Generic | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
RemoveEmployee ( |
||
ToString ( ) : string |
public AddDepartment ( |
||
department | ||
return | void |
public AddEmployee ( |
||
employee | ||
return | void |
public Company ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RemoveEmployee ( |
||
employee | ||
return | void |