Skip to content

Commit

Permalink
Update CourseValidationService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinoutWW committed Jan 17, 2025
1 parent f59f1c2 commit 4be4911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HAN.Services/CourseValidationService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using HAN.Services.DTOs;
using HAN.Services.DTOs.CourseComponents;
using HAN.Services.Interfaces;
using HAN.Services.Validation;

Expand All @@ -8,7 +7,6 @@ namespace HAN.Services;
public class CourseValidationService : ICourseValidationService
{
private readonly ICourseService _courseService;
private readonly CourseComponentService _courseComponentService;
private readonly ICourseCompletenessValidator _completenessValidator;
private readonly ICourseOrderValidator _orderValidator;

Expand Down

0 comments on commit 4be4911

Please sign in to comment.