tendences, types de lieux et refabrique de code
This commit is contained in:
parent
ca36d067de
commit
104aec9321
31 changed files with 4560 additions and 52 deletions
12
Yavsc/Models/Booking/MusicalPreference.cs
Normal file
12
Yavsc/Models/Booking/MusicalPreference.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Yavsc.Models.Booking {
|
||||
|
||||
public class MusicalPreference : MusicalTendency {
|
||||
|
||||
public long OwnerId { get; set; }
|
||||
public int Rate { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue