This commit is contained in:
Michal Bohdanowicz 2021-01-10 21:10:25 +01:00
parent 2e1903429b
commit 71bafe70db
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace InternshipSystem.Api.Controllers
{
public class ReportController
{
}
}

View File

@ -347,6 +347,7 @@ namespace InternshipSystem.Repository
}
}
},
Report = Report.Create()
},
new Internship
{