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

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Startup.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: Correct base revision Created 9 years, 2 months 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
1 using Microsoft.Owin; 1 // This file is added automatically by the MVC 5 application template.
2
3 using Microsoft.Owin;
2 using Owin; 4 using Owin;
3 5
4 [assembly: OwinStartupAttribute(typeof(Calendar.ASP.NET.MVC5.Startup))] 6 [assembly: OwinStartupAttribute(typeof(Calendar.ASP.NET.MVC5.Startup))]
5 namespace Calendar.ASP.NET.MVC5 7 namespace Calendar.ASP.NET.MVC5
6 { 8 {
7 public partial class Startup 9 public partial class Startup
8 { 10 {
9 public void Configuration(IAppBuilder app) 11 public void Configuration(IAppBuilder app)
10 { 12 {
11 ConfigureAuth(app); 13 ConfigureAuth(app);
12 } 14 }
13 } 15 }
14 } 16 }
LEFTRIGHT

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