added RaidDetails.razor + needed services
This commit is contained in:
parent
6da9b06e8a
commit
b18cc58665
15 changed files with 597 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
|||
public int GuildWars2AccountId { get; set; }
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
public string AccountName { get; set; } = string.Empty;
|
||||
public ICollection<Equipped> EquippedRoles { get; set; } = new List<Equipped>();
|
||||
public ICollection<Equipped> EquippedBuilds { get; set; } = new List<Equipped>();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
public int PlannedRaidRoleId { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public int Spots { get; }
|
||||
public int Spots { get; set; }
|
||||
public string Description { get; set; } = String.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue