AssocManyToMany.Controllers.JobDutyWithEmployees.JobDutyWithEmployees C# (CSharp) Méthode

JobDutyWithEmployees() public méthode

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