diff options
author | crupest <crupest@outlook.com> | 2022-11-30 18:34:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-30 18:36:05 +0800 |
commit | 702e921591973bd0f06acddfaf35c304846bfe8b (patch) | |
tree | f5e3b9c2d66e0485fe36fb9812c2985edeaeec3b /docker/crupest-api/CrupestApi/Services/FileService.cs | |
parent | 68e0cf9140e64ad894d3269d61eedc39499bd656 (diff) | |
download | crupest-702e921591973bd0f06acddfaf35c304846bfe8b.tar.gz crupest-702e921591973bd0f06acddfaf35c304846bfe8b.tar.bz2 crupest-702e921591973bd0f06acddfaf35c304846bfe8b.zip |
Prepare for file 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, 10 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/Services/FileService.cs b/docker/crupest-api/CrupestApi/Services/FileService.cs new file mode 100644 index 0000000..d862702 --- /dev/null +++ b/docker/crupest-api/CrupestApi/Services/FileService.cs @@ -0,0 +1,10 @@ +namespace CrupestApi.Services +{ + public class FileService + { + public FileService() + { + + } + } +} |