using the new Identity namespace

This commit is contained in:
2016-07-19 15:45:26 +02:00
parent 390eb35c92
commit 623aada074

View File

@ -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
{