20 lines
510 B
C#
20 lines
510 B
C#
// Shouldn't Need this => Moved to Entity Migrations...
|
|
|
|
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Linq;
|
|
//using System.Text;
|
|
//using System.Data.Entity;
|
|
|
|
//namespace Disco.Data.Repository
|
|
//{
|
|
// class DiscoDataContextInitializer : CreateDatabaseIfNotExists<DiscoDataContext>
|
|
// {
|
|
// protected override void Seed(DiscoDataContext context)
|
|
// {
|
|
// context.SeedDatabase();
|
|
// context.SaveChanges();
|
|
// }
|
|
// }
|
|
//}
|