7be0e934b6a0840da76ce1205f44ca1c2e263b5c
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 | + |
|
| 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 |