Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -87,11 +87,14 @@ namespace Sample_MVCApp.Models {
87 87
88 88
89 89
```
90
+
90 91
**c.** Right click on Models folder -> Add -> New Item -> Choose class. Name it UserContext.cs ->Add
91 92
92 93
94
+
93 95
**d.** Copy and paste below code in UserContext.cs
94 96
97
+
95 98
```csharp
96 99
using System;
97 100
using System.Collections.Generic;