fix
This commit is contained in:
parent
2e1903429b
commit
71bafe70db
7
src/InternshipSystem.Api/Controllers/ReportController.cs
Normal file
7
src/InternshipSystem.Api/Controllers/ReportController.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace InternshipSystem.Api.Controllers
|
||||
{
|
||||
public class ReportController
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -347,6 +347,7 @@ namespace InternshipSystem.Repository
|
||||
}
|
||||
}
|
||||
},
|
||||
Report = Report.Create()
|
||||
},
|
||||
new Internship
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user