move crap around
This commit is contained in:
parent
d09a1bd25a
commit
ba31cd89df
src/InternshipSystem.Repository/Model
Address.csBranchOffice.csCompany.csCourse.csDeanAcceptance.csEdition.csInsurance.csIntern.csInternship.csInternshipProgramEntry.csInternshipType.csMentor.csRangeOfActivities.csReport.cs
test/InternshipSystem.Core.Tests
@ -9,7 +9,6 @@ namespace InternshipSystem.Core
|
|||||||
public DateTime StartDate { get; set; }
|
public DateTime StartDate { get; set; }
|
||||||
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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -6,10 +6,11 @@
|
|||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="../../props/Directory.Tests.Build.props"/>
|
<Import Project="../../props/Directory.Tests.Build.props" />
|
||||||
|
|
||||||
<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