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