Add project files.

This commit is contained in:
Atakan Doğan Özban
2026-02-13 23:40:52 +01:00
parent cf37f33a1e
commit 202dc16a52
199 changed files with 98481 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
namespace atakanozbancom.Migrations
{
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<atakanozbancom.Models.classes.Context>
{
public Configuration()
{
AutomaticMigrationsEnabled = true;
}
protected override void Seed(atakanozbancom.Models.classes.Context context)
{
// This method will be called after migrating to the latest version.
// You can use the DbSet<T>.AddOrUpdate() helper extension method
// to avoid creating duplicate seed data.
}
}
}