diff options
author | crupest <crupest@outlook.com> | 2022-12-01 19:19:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-02 13:35:35 +0800 |
commit | b44f957e6d886387e9f275dfb623540ae0acd737 (patch) | |
tree | dee523de3ff29067fa0202135a322079b295df4c /docker/crupest-api/CrupestApi/Services/FileService.cs | |
parent | 462ae43246799469f0c6cdac5e45e1a9d0f5da2e (diff) | |
download | crupest-b44f957e6d886387e9f275dfb623540ae0acd737.tar.gz crupest-b44f957e6d886387e9f275dfb623540ae0acd737.tar.bz2 crupest-b44f957e6d886387e9f275dfb623540ae0acd737.zip |
Restructure crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/Services/FileService.cs')
-rw-r--r-- | docker/crupest-api/CrupestApi/Services/FileService.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/crupest-api/CrupestApi/Services/FileService.cs b/docker/crupest-api/CrupestApi/Services/FileService.cs deleted file mode 100644 index d862702..0000000 --- a/docker/crupest-api/CrupestApi/Services/FileService.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace CrupestApi.Services -{ - public class FileService - { - public FileService() - { - - } - } -} |