Employee

chevron-rightPropertieshashtag
public _id: ObjectId;
public forename: string;
public surname: string;
public department: string;
public email: string;
public password: string;

Last updated