|
|
|
|
@ -5,8 +5,7 @@ using System.Threading.Tasks;
|
|
|
|
|
using Microsoft.AspNet.Authentication.OAuth;
|
|
|
|
|
using Microsoft.AspNet.Identity.EntityFramework;
|
|
|
|
|
using Microsoft.Data.Entity;
|
|
|
|
|
using Yavsc.Models.Booking;
|
|
|
|
|
using Yavsc.Models.Relationship;
|
|
|
|
|
using Yavsc.Models.Relationship;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models
|
|
|
|
|
{
|
|
|
|
|
@ -197,11 +196,11 @@ namespace Yavsc.Models
|
|
|
|
|
|
|
|
|
|
public DbSet<MusicalPreference> MusicalPreferences { get; set; }
|
|
|
|
|
|
|
|
|
|
public DbSet<MusicalTendency> MusicalTendency { get; set; }
|
|
|
|
|
public DbSet<MusicalTendency> MusicalTendency { get; set; }
|
|
|
|
|
|
|
|
|
|
public DbSet<LocationType> LocationType { get; set; }
|
|
|
|
|
public DbSet<LocationType> LocationType { get; set; }
|
|
|
|
|
|
|
|
|
|
public DbSet<Instrument> Instrument { get; set; }
|
|
|
|
|
public DbSet<Instrument> Instrument { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|