added RaidDetails.razor + needed services

This commit is contained in:
t.ruspekhofer 2022-02-24 23:29:31 +01:00
parent 6da9b06e8a
commit b18cc58665
15 changed files with 597 additions and 18 deletions

View file

@ -16,11 +16,11 @@
public string Description { get; set; } = String.Empty;
public DateTimeOffset StartTime { get; set; }
public DateTime StartTime { get; set; }
public double RaidDuration { get; set; }
public string Organisator { get; set; } = String.Empty;
public string Organizer { get; set; } = String.Empty;
public string Guild { get; set; } = String.Empty;