diff --git a/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Instructors.cs b/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Instructors.cs index 4d163de..b9cfcf4 100644 --- a/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Instructors.cs +++ b/AdminstrationSysytem-v1/AdminstrationSysytem-v1/Models/Instructors.cs @@ -31,6 +31,8 @@ public int Age public Departments Department { get; set; } + public Departments Department1 { get; set; } + public Departments Department2 { get; set; } public virtual List Courses { get; set; }