Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -59,6 +59,8 @@ Since the link to Izenda will be visible only to logged in users, cut the action
59 59
60 60
### Step 4. Add Login User Model
61 61
62
+![](/Guides/MVC-Integration/Phase-II-Draft/2.png)
63
+
62 64
**a.** Right click on Models folder -> Add -> New Item -> Choose class. Name it User.cs ->Add
63 65
64 66
**b.** Copy and paste below code in User.cs