Files
cms_thermo_active/Thermo.Active.Database/Migrations/202006170558519_AddedProdInfoModel.Designer.cs
T
Samuele Locatelli cc68908084 Added DB migration
2020-06-17 14:48:32 +02:00

30 lines
848 B
C#

// <auto-generated />
namespace Thermo.Active.Database.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 AddedProdInfoModel : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(AddedProdInfoModel));
string IMigrationMetadata.Id
{
get { return "202006170558519_AddedProdInfoModel"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}