From 623aada0744c5dc2366fd27fa576b00de88df935 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 19 Jul 2016 15:45:26 +0200 Subject: [PATCH] using the new Identity namespace --- Yavsc.Api/Model/Identity/ApplicationUser.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Yavsc.Api/Model/Identity/ApplicationUser.cs b/Yavsc.Api/Model/Identity/ApplicationUser.cs index bb3ded1a..24a285a8 100644 --- a/Yavsc.Api/Model/Identity/ApplicationUser.cs +++ b/Yavsc.Api/Model/Identity/ApplicationUser.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using Microsoft.AspNet.Identity.EntityFramework; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; +using Yavsc.Models.Identity; namespace Yavsc.Models {