From 6ef35549bbaaa9a16a2db704cc5de7d5b3fc91f0 Mon Sep 17 00:00:00 2001 From: Tom Karasch Date: Thu, 15 Feb 2024 13:16:33 -0500 Subject: [PATCH] Create ScalarDto for Pending Report --- FMS/Helpers/FacilityPendingDtoScalar.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 FMS/Helpers/FacilityPendingDtoScalar.cs diff --git a/FMS/Helpers/FacilityPendingDtoScalar.cs b/FMS/Helpers/FacilityPendingDtoScalar.cs new file mode 100644 index 0000000..a7eb86a --- /dev/null +++ b/FMS/Helpers/FacilityPendingDtoScalar.cs @@ -0,0 +1,6 @@ +namespace FMS.Helpers +{ + public class FacilityPendingDtoScalar + { + } +}