Gestiti salvataggi rest
This commit is contained in:
@@ -16,6 +16,7 @@ public class AttachedDto
|
||||
|
||||
public bool SavedOnAppData { get; set; }
|
||||
public bool ToRemove { get; set; }
|
||||
public bool ToUpload { get; set; }
|
||||
|
||||
public Stream? FileContent =>
|
||||
FileBytes is null ? null : new MemoryStream(FileBytes);
|
||||
|
||||
Reference in New Issue
Block a user