diff --git a/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs b/src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs index 76b6e70..dea7050 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);