Skip to content

Commit

Permalink
Create ScalarDto for Pending Report
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-karasch committed Feb 19, 2024
1 parent 1f9da0e commit 6ef3554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FMS/Helpers/FacilityPendingDtoScalar.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace FMS.Helpers
{
public class FacilityPendingDtoScalar

Check warning on line 3 in FMS/Helpers/FacilityPendingDtoScalar.cs

View workflow job for this annotation

GitHub Actions / Analyze with CodeQL (csharp)

Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)

Check warning on line 3 in FMS/Helpers/FacilityPendingDtoScalar.cs

View workflow job for this annotation

GitHub Actions / Run unit tests

Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
{
}
}

0 comments on commit 6ef3554

Please sign in to comment.