Add using to sample

This commit is contained in:
Hao Kung 2017-04-19 19:46:25 -07:00
parent 27e90edc1c
commit 62abf9431f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;