AssocManyToMany.Controllers.JobDutyWithEmployees.JobDutyWithEmployees C# (CSharp) 메소드

JobDutyWithEmployees() 공개 메소드

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