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