feat/makeThisDDDJustForFun #25
@ -10,6 +10,5 @@ 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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\src\InternshipSystem.Core\InternshipSystem.Core.csproj" />
|
<ProjectReference Include="..\..\src\InternshipSystem.Core\InternshipSystem.Core.csproj" />
|
||||||
|
<ProjectReference Include="..\..\src\InternshipSystem.Repository\InternshipSystem.Repository.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user