Added Models
This commit is contained in:
parent
dbf1be4c5d
commit
245c6da6c6
12 changed files with 246 additions and 1 deletions
10
Lieb/Models/Raid/PlannedRaidRole.cs
Normal file
10
Lieb/Models/Raid/PlannedRaidRole.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Lieb.Models.Raid
|
||||
{
|
||||
public class PlannedRaidRole
|
||||
{
|
||||
public int PlannedRaidRoleId { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public int Spots { get; }
|
||||
public string Description { get; set; } = String.Empty;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue