New Services, New Login, Better things

This commit is contained in:
Paulo Pinto
2020-08-21 16:18:37 +01:00
parent 86b3c8f039
commit ffadf6601c
15 changed files with 177 additions and 238 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export interface EventPerson{
export class EventPerson{
EmailAddress: string;
Name: string;
}