Add project files.
This commit is contained in:
15
Core.Blueprint.Storage/Adapters/BlobStorageAdapter.cs
Normal file
15
Core.Blueprint.Storage/Adapters/BlobStorageAdapter.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Core.Blueprint.Storage
|
||||
{
|
||||
public class BlobStorageAdapter
|
||||
{
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
public string Content { get; set; } = string.Empty;
|
||||
public string DownloadUrl { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user