Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -64,6 +64,9 @@ Since the link to Izenda will be visible only to logged in users, cut the action
64 64
**b.** Copy and paste below code in User.cs
65 65
66 66
```csharp
67
+// This is how User.cs should look like
68
+// Our User model only contains username and password
69
+
67 70
using System;
68 71
using System.Collections.Generic;
69 72
using System.ComponentModel.DataAnnotations;