Rename projects to FileShare
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using FileShare_Services.Core;
|
||||
|
||||
namespace FileShare_Services.Services.QrCode
|
||||
{
|
||||
public interface IQrCodeService
|
||||
{
|
||||
Task<object?> GenerateQrCodeAsync(ServiceEndpointContext ctx);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user