Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(614)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Migrations/Configuration.cs

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Import order, dev console link, AssemblyInfo comment Created 9 years, 1 month ago
Right Patch Set: Addressed peleyal's comments Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
(Both sides are equal)
1 // This file is added automatically by the MVC 5 application template. 1 // This file is added automatically by the MVC 5 application template.
2 2
3 namespace Calendar.ASP.NET.MVC5.Migrations 3 namespace Calendar.ASP.NET.MVC5.Migrations
4 { 4 {
5 using System; 5 using System;
6 using System.Data.Entity; 6 using System.Data.Entity;
7 using System.Data.Entity.Migrations; 7 using System.Data.Entity.Migrations;
8 using System.Linq; 8 using System.Linq;
9 9
10 internal sealed class Configuration : DbMigrationsConfiguration<Calendar.ASP .NET.MVC5.Models.ApplicationDbContext> 10 internal sealed class Configuration : DbMigrationsConfiguration<Calendar.ASP .NET.MVC5.Models.ApplicationDbContext>
(...skipping 13 matching lines...) Expand all
24 // context.People.AddOrUpdate( 24 // context.People.AddOrUpdate(
25 // p => p.FullName, 25 // p => p.FullName,
26 // new Person { FullName = "Andrew Peters" }, 26 // new Person { FullName = "Andrew Peters" },
27 // new Person { FullName = "Brice Lambson" }, 27 // new Person { FullName = "Brice Lambson" },
28 // new Person { FullName = "Rowan Miller" } 28 // new Person { FullName = "Rowan Miller" }
29 // ); 29 // );
30 // 30 //
31 } 31 }
32 } 32 }
33 } 33 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b