GIT: perform LF normalization
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
// 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();
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
// 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();
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user