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 | 8507c3b3802b0990c681a7c17c4e4d7ef0fa305d (patch) | |
tree | dee523de3ff29067fa0202135a322079b295df4c /docker/crupest-api/CrupestApi/Services/FileService.cs | |
parent | 8cd7fef89d0df2742bc777e8ea1efb10aea7c81e (diff) | |
download | crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.gz crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.bz2 crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.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() - { - - } - } -} |