using the new Identity namespace

main
Paul Schneider 10 years ago
parent 390eb35c92
commit 623aada074
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@ using System.Collections.Generic;
using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.AspNet.Identity.EntityFramework;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using Yavsc.Models.Identity;
namespace Yavsc.Models namespace Yavsc.Models
{ {

Loading…