Merge branch 'feature/calendar' into developer

This commit is contained in:
tiago.kayaya
2021-03-31 17:02:42 +01:00
4 changed files with 16 additions and 14 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ export class User {
username: string;
password: string;
domainName: string;
BasicAuthKey: string
BasicAuthKey: string;
UserId?: number;
}