3b68808af1af06ef43ace4738c6d6f04a90f76fd
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -89,6 +89,7 @@ namespace Sample_MVCApp.Models { |
| 89 | 89 | ``` |
| 90 | 90 | **c.** Right click on Models folder -> Add -> New Item -> Choose class. Name it UserContext.cs ->Add |
| 91 | 91 | |
| 92 | + |
|
| 92 | 93 | **d.** Copy and paste below code in UserContext.cs |
| 93 | 94 | |
| 94 | 95 | ```csharp |