removes warnings

This commit is contained in:
Paul Schneider 2017-01-06 14:55:48 +01:00
commit db7d7edc45
29 changed files with 25 additions and 63 deletions

View file

@ -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; }
}
}