Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9713bf5

Browse files
authored
fix: remove TODO comment resolved by DTOSS-9159 (#44)
1 parent 0593b4f commit 9713bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.Validation;
44

5-
// TODO - create a whole bunch of implementations of this to perform the validation against NBSS Appointment events files
65
public interface IFileValidator
76
{
87
IEnumerable<ValidationError> Validate(ParsedFile file);

0 commit comments

Comments
 (0)