Custom logging
[wsti_pai.git] / Projects / App_Start / IdentityConfig.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Data.Entity;
4 using System.Linq;
5 using System.Security.Claims;
6 using System.Threading.Tasks;
7 using System.Web;
8 using Microsoft.AspNet.Identity;
9 using Microsoft.AspNet.Identity.EntityFramework;
10 using Microsoft.AspNet.Identity.Owin;
11 using Microsoft.Owin;
12 using Microsoft.Owin.Security;
13 using Projects.Models;
14 using System.Web.Security;
15
16 namespace Projects
17 {
18 }