Add Models Structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "Employee.h"
|
||||
class HRManager : public Employee
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user