Skip to content

Commit

Permalink
Remove redundant services
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Dec 19, 2023
1 parent 925a0c6 commit 7d4e999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/api/Services/MissionDefinitionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ public interface IMissionDefinitionService
Justification = "Entity framework does not support translating culture info to SQL calls"
)]
public class MissionDefinitionService(FlotillaDbContext context,
IAreaService areaService,
IEchoService echoService,
IStidService stidService,
ICustomMissionService customMissionService,
ISignalRService signalRService,
ISourceService sourceService,
IAccessRoleService accessRoleService,
ILogger<IMissionDefinitionService> logger) : IMissionDefinitionService
{
Expand Down

0 comments on commit 7d4e999

Please sign in to comment.