Correction de nommage de données de paramétrage + correction de la fonction d'import

This commit is contained in:
2020-12-28 18:56:26 +01:00
parent f4aac126eb
commit 794ad8342d
19 changed files with 45 additions and 430 deletions

View File

@@ -0,0 +1,29 @@
// <auto-generated />
namespace Hermes.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.4.4")]
public sealed partial class V1 : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(V1));
string IMigrationMetadata.Id
{
get { return "202012281505590_V1"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}