1a53a3279468fd37019ce42c10491c3b4c06992b
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -327,14 +327,14 @@ then open command prompt and type 'sqllocaldb.exe stop v11.0' and 'sqllocaldb.ex |
| 327 | 327 |  |
| 328 | 328 | |
| 329 | 329 | |
| 330 | -### Step 8. Add user role model |
|
| 330 | +### Step 8. Update AccountConroller to set up user roles |
|
| 331 | 331 | |
| 332 | -Add |
|
| 333 | 332 | |
| 333 | +**a.** Open AccountController.cs and add the below user role code. |
|
| 334 | 334 | |
| 335 | 335 | ```csharp |
| 336 | 336 | //Sample User Role Model |
| 337 | - //Namespace Izenda.Adhoc is needed |
|
| 337 | + //Namespace Izenda.Adhoc is needed |
|
| 338 | 338 | |
| 339 | 339 | AdHocSettings.CurrentUserName = (string)user.Username; |
| 340 | 340 |