Files
Vidly2/Vidly/Migrations/201901191449134_ApplyAnnotationsToCustomerName.Designer.cs
2019-01-19 17:08:56 +01:00

30 lines
867 B
C#

// <auto-generated />
namespace Vidly.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")]
public sealed partial class ApplyAnnotationsToCustomerName : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(ApplyAnnotationsToCustomerName));
string IMigrationMetadata.Id
{
get { return "201901191449134_ApplyAnnotationsToCustomerName"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}