Add relation from Edition to Internships
This commit is contained in:
parent
d23f98d8c8
commit
9e9b12cdd6
@ -10,5 +10,6 @@ namespace InternshipSystem.Core
|
|||||||
public DateTime EndDate { get; set; }
|
public DateTime EndDate { get; set; }
|
||||||
public DateTime IPPDeadlineDate { get; set; }
|
public DateTime IPPDeadlineDate { get; set; }
|
||||||
public List<InternshipProgramEntry> Subjects { get; set;}
|
public List<InternshipProgramEntry> Subjects { get; set;}
|
||||||
|
public List<Internship> Internships { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user