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

EmployeeWithJobDuties() public method

public EmployeeWithJobDuties ( ) : System
return System
        public EmployeeWithJobDuties()
        {
            JobDuties = new List<JobDutyBase>();
        }
EmployeeWithJobDuties