move crap around

This commit is contained in:
MaxchilKH 2020-07-26 00:50:46 +02:00
parent d09a1bd25a
commit ba31cd89df
15 changed files with 3 additions and 3 deletions

View File

@ -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; }
} }
} }

View File

@ -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>