cleaning
This commit is contained in:
parent
70a46803a7
commit
5dc9a5cd34
14 changed files with 3 additions and 27 deletions
|
|
@ -1,11 +1,10 @@
|
|||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Models.Workflow;
|
||||
|
||||
namespace Yavsc.Models.Booking {
|
||||
namespace Yavsc.Models.Booking
|
||||
{
|
||||
|
||||
public class MusicalPreference {
|
||||
public class MusicalPreference {
|
||||
|
||||
[Key]
|
||||
public string OwnerProfileId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue