Add vehicle service model and migration

This commit is contained in:
2015-10-07 23:28:58 -04:00
parent 41adb2298b
commit 306381b3c6
5 changed files with 224 additions and 0 deletions
@@ -0,0 +1,29 @@
// <auto-generated />
namespace MileageTraker.Web.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
public sealed partial class VehicleService : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(VehicleService));
string IMigrationMetadata.Id
{
get { return "201510070326593_VehicleService"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}