Fix sample

This commit is contained in:
Hao Kung 2017-05-24 12:56:54 -07:00
parent 4e7110e442
commit 3f36fa5986
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ using ChatSample.Models;
using ChatSample.Services;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Redis;