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,9 @@
using FileShare_Services.Core;
namespace FileShare_Services.Services.QrCode
{
public interface IQrCodeService
{
Task<object?> GenerateQrCodeAsync(ServiceEndpointContext ctx);
}
}