This commit is contained in:
ani_konarcheva@abv.bg
2022-03-26 11:39:34 +02:00
parent f2a4fd68a0
commit 0c9d39d506
5 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Data.Initializers
{
class RentACarDbCreateIfNotExistsInitializer
{
}
}

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Data.Initializers
{
class RentACarDbDropCreateIfModelChanges
{
}
}

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Data.Initializers
{
class Seeder
{
}
}