- Integrate combined profile events at home

-Added another button to change profile
This commit is contained in:
Tiago Kayaya
2020-11-20 10:55:51 +01:00
parent 5ef476f8a1
commit b3d709037a
24 changed files with 464 additions and 89 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { Folder } from './folder.model';
export class Despacho{
DistributionType: string;
CountryCode: string;
TypeDeadline: string;
Priority: string;
UserEmail: string;
UsersSelected: Participant[];
DispatchFolder: Folder;