AssocManyToMany.Controllers.JobDutyWithEmployees.JobDutyWithEmployees C# (CSharp) Method

JobDutyWithEmployees() public method

public JobDutyWithEmployees ( ) : System
return System
        public JobDutyWithEmployees()
        {
            Employees = new List<EmployeeBase>();
        }
JobDutyWithEmployees