commit
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
12
RentACar/Data/Initializers/Seeder.cs
Normal file
12
RentACar/Data/Initializers/Seeder.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user