30 lines
793 B
C#
30 lines
793 B
C#
// <auto-generated />
|
|
namespace MovieBase.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 adin : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(adin));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201905041602074_adin"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|