feat/makeThisDDDJustForFun #25

Manually merged
maxchil merged 2 commits from feat/makeThisDDDJustForFun into master 2020-07-29 18:34:12 +02:00
15 changed files with 3 additions and 3 deletions
Showing only changes of commit ba31cd89df - Show all commits

View File

@ -10,6 +10,5 @@ namespace InternshipSystem.Core
public DateTime EndDate { get; set; }
public DateTime IPPDeadlineDate { get; set; }
public List<InternshipProgramEntry> Subjects { get; set; }
public List<Internship> Internships { get; set; }
}
}

View File

@ -10,6 +10,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\InternshipSystem.Core\InternshipSystem.Core.csproj" />
<ProjectReference Include="..\..\src\InternshipSystem.Repository\InternshipSystem.Repository.csproj" />
</ItemGroup>
</Project>