Add using directive
This commit is contained in:
parent
b4a7d09ad2
commit
28d2d2e5d7
|
|
@ -13,6 +13,7 @@ using Microsoft.Data.Entity;
|
||||||
using Microsoft.Data.Entity.Infrastructure;
|
using Microsoft.Data.Entity.Infrastructure;
|
||||||
using Microsoft.Data.Entity.Relational;
|
using Microsoft.Data.Entity.Relational;
|
||||||
using Microsoft.Data.Entity.Relational.Migrations;
|
using Microsoft.Data.Entity.Relational.Migrations;
|
||||||
|
using Microsoft.Data.Entity.Storage;
|
||||||
using Microsoft.Framework.Logging;
|
using Microsoft.Framework.Logging;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Diagnostics.Entity
|
namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue