diff --git a/app/Services/SeatingService.php b/app/Services/SeatingService.php deleted file mode 100644 index 993adeb..0000000 --- a/app/Services/SeatingService.php +++ /dev/null @@ -1,24 +0,0 @@ -tabulationService = $tabulationService; - } - -} diff --git a/app/Services/TabulationService.php b/app/Services/TabulationService.php deleted file mode 100644 index 287c741..0000000 --- a/app/Services/TabulationService.php +++ /dev/null @@ -1,31 +0,0 @@ -auditionService = $auditionService; - $this->scoreService = $scoreService; - $this->entryService = $entryService; - } - -}