change login v1 to v2

This commit is contained in:
Peter Maquiran
2024-11-06 10:38:58 +01:00
parent 5c0bd094ca
commit 5c18f281bc
40 changed files with 271 additions and 246 deletions
-12
View File
@@ -6,18 +6,6 @@ export class UserForm {
}
export class LoginUserRespose {
UserId: number;
Authorization: string;
Email: string
FullName: string
RoleDescription: string
RoleID: number
Profile: any;
UserPermissions: any;
}
export class calendarInterface {
CalendarId: string
CalendarName: "Oficial" | "Pessoal";