This commit is contained in:
Peter Maquiran
2021-08-23 11:30:42 +01:00
parent b23dcd3a8f
commit 307608b559
9 changed files with 62 additions and 54 deletions
+1
View File
@@ -10,4 +10,5 @@ export class Publication{
OriginalFileName?: string;
FileBase64?:string;
FileExtension?: string;
OrganicEntityId?: number;
}