Improve task

This commit is contained in:
Peter Maquiran
2021-05-07 14:22:54 +01:00
parent 8ba7199ce4
commit 14b7d91429
6 changed files with 207 additions and 120 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export class Despacho{
DistributionType: string;
CountryCode: string;
Priority: string;
SubjectTypeId:string;
SubjectTypes: any[];
UserEmail: string;
UsersSelected: Participant[];
DispatchFolder: Folder;