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

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Models/AccountViewModels.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: Addressed first round of review notes 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
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/Migrations/Configuration.cs ('k') | Calendar.ASP.NET.MVC5/Models/CalendarEventGroup.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // Some unnecessary code has been removed for the purpose of this sample. 2 // Some unnecessary code has been removed for the purpose of this sample.
3 3
4 using System.Collections.Generic; 4 using System.Collections.Generic;
5 using System.ComponentModel.DataAnnotations; 5 using System.ComponentModel.DataAnnotations;
6 6
7 namespace Calendar.ASP.NET.MVC5.Models 7 namespace Calendar.ASP.NET.MVC5.Models
8 { 8 {
9 public class ExternalLoginConfirmationViewModel 9 public class ExternalLoginConfirmationViewModel
10 { 10 {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 } 106 }
107 107
108 public class ForgotPasswordViewModel 108 public class ForgotPasswordViewModel
109 { 109 {
110 [Required] 110 [Required]
111 [EmailAddress] 111 [EmailAddress]
112 [Display(Name = "Email")] 112 [Display(Name = "Email")]
113 public string Email { get; set; } 113 public string Email { get; set; }
114 } 114 }
115 } 115 }
LEFTRIGHT

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