star profile
This commit is contained in:
parent
16804e26e7
commit
e6c5645334
1 changed files with 12 additions and 0 deletions
12
Yavsc/Models/Booking/Profiles/StarPerformerProfile.cs
Normal file
12
Yavsc/Models/Booking/Profiles/StarPerformerProfile.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Models.Workflow;
|
||||
|
||||
namespace Yavsc.Models.Booking.Profiles
|
||||
{
|
||||
public class StarPerformerProfile : PerformerProfile
|
||||
{
|
||||
[InverseProperty("OwnerProfile")]
|
||||
public virtual List<MusicalPreference> SoundColor { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue