Add using directive

This commit is contained in:
Arthur Vickers 2015-06-19 11:18:18 -07:00
parent b4a7d09ad2
commit 28d2d2e5d7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Relational;
using Microsoft.Data.Entity.Relational.Migrations;
using Microsoft.Data.Entity.Storage;
using Microsoft.Framework.Logging;
namespace Microsoft.AspNet.Diagnostics.Entity