| | 1 | | using MUNity.Database.Models.Conference.Roles; |
| | 2 | |
|
| | 3 | | namespace MUNity.Database.Models.Conference |
| | 4 | | { |
| | 5 | | public class DelegationApplicationPickedDelegationUserWish |
| | 6 | | { |
| 0 | 7 | | public long DelegationApplicationPickedDelegationUserWishId { get; set; } |
| | 8 | |
|
| 0 | 9 | | public DelegationApplicationPickedDelegation DelegationApplicationPickedDelegation { get; set; } |
| | 10 | |
|
| | 11 | |
|
| 0 | 12 | | public DelegationApplicationUserEntry UserEntry { get; set; } |
| | 13 | |
|
| 0 | 14 | | public ConferenceDelegateRole Role { get; set; } |
| | 15 | |
|
| 0 | 16 | | public byte Prio { get; set; } |
| | 17 | |
|
| 0 | 18 | | public string Comment { get; set; } |
| | 19 | | } |
| | 20 | | } |