Skip to content
Snippets Groups Projects

Feature/survey

Merged Enzo Santangelo Dodera requested to merge feature/survey into develop
Files
45
@@ -21,12 +21,9 @@ namespace Tsi1.Api.Controllers
{
private readonly ICourseService _courseService;
private readonly IFileService _fileService;
public CourseController(ICourseService courseService, IFileService fileService)
public CourseController(ICourseService courseService)
{
_courseService = courseService;
_fileService = fileService;
}
[Authorize(Roles = UserTypes.Student + ", " + UserTypes.Professor)]
Loading