201907310322180_Add_ChargeBoxId.Designer.cs 852 B

12345678910111213141516171819202122232425262728293031
  1. // <auto-generated />
  2. namespace EVCB_OCPP.Domain.MainDBContextMigrations
  3. {
  4. using System.CodeDom.Compiler;
  5. using System.Data.Entity.Migrations;
  6. using System.Data.Entity.Migrations.Infrastructure;
  7. using System.Resources;
  8. [GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")]
  9. public sealed partial class Add_
  10. : IMigrationMetadata
  11. {
  12. private readonly ResourceManager Resources = new ResourceManager(typeof(Add_ChargeBoxId));
  13. string IMigrationMetadata.Id
  14. {
  15. get { return "201907310322180_Add_ChargeBoxId"; }
  16. }
  17. string IMigrationMetadata.Source
  18. {
  19. get { return null; }
  20. }
  21. string IMigrationMetadata.Target
  22. {
  23. get { return Resources.GetString("Target"); }
  24. }
  25. }
  26. }