media upload
This commit is contained in:
parent
befaa207d7
commit
0d7da2ea85
33 changed files with 257 additions and 353 deletions
7
Femto.Modules.Media/Infrastructure/IStorageProvider.cs
Normal file
7
Femto.Modules.Media/Infrastructure/IStorageProvider.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Femto.Modules.Media.Infrastructure;
|
||||
|
||||
internal interface IStorageProvider
|
||||
{
|
||||
Task SaveBlob(string id, Stream data);
|
||||
Task<Stream> LoadBlob(string id);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue