Files
MileageTraker/Web/Migrations/201509111820437_FuelLog.Designer.cs
T
2015-09-11 14:24:27 -04:00

30 lines
810 B
C#

// <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 FuelLog : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(FuelLog));
string IMigrationMetadata.Id
{
get { return "201509111820437_FuelLog"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}