Rename projects to FileShare

This commit is contained in:
2026-05-22 14:29:22 +08:00
parent 8270cf198b
commit 9f8da2c063
154 changed files with 394 additions and 398 deletions
@@ -0,0 +1,4 @@
namespace FileShare_Services.Services.QrCode
{
public sealed record QrCodeResponse(string Url, string QrCodeBase64);
}