Add project files.
This commit is contained in:
8
Core.Blueprint.Storage/Adapters/BlobAddDto.cs
Normal file
8
Core.Blueprint.Storage/Adapters/BlobAddDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Core.Blueprint.Storage
|
||||
{
|
||||
public class BlobAddDto
|
||||
{
|
||||
public string? FileName { get; set; }
|
||||
public byte[] FileContent { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user