feat/report #91

Merged
maxchil merged 2 commits from feat/report into master 2021-01-10 21:12:55 +01:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 71bafe70db - Show all commits

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 new Internship
{ {