From 80f26e7b6ddc3d683d3ed383fb07ed557847a89e Mon Sep 17 00:00:00 2001 From: Ian Nelson Date: Tue, 3 Jun 2025 11:05:29 +0100 Subject: [PATCH] fix: remove TODO comment resolved by DTOSS-9159 --- .../FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs b/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs index 76b6e70c..dea70507 100644 --- a/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs +++ b/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs @@ -2,7 +2,6 @@ namespace ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.Validation; -// TODO - create a whole bunch of implementations of this to perform the validation against NBSS Appointment events files public interface IFileValidator { IEnumerable Validate(ParsedFile file);