This commit is contained in:
tiago.kayaya
2021-07-08 21:31:14 +01:00
parent 88bdab5d65
commit b140873df9
11 changed files with 191 additions and 38 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export class Event{
EventRecurrence?: EventRecurrence;
/* public Event(){
this.EventRecurrence.Type = '-1';
this.EventRecurrence = new EventRecurrence();
} */
}