添加项目文件。
This commit is contained in:
16
Epost.TestToolsWeb/App_Start/Startup.Auth.cs
Normal file
16
Epost.TestToolsWeb/App_Start/Startup.Auth.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using Microsoft.AspNet.Identity;
|
||||
using Microsoft.AspNet.Identity.Owin;
|
||||
using Microsoft.Owin;
|
||||
using Microsoft.Owin.Security.Cookies;
|
||||
using Microsoft.Owin.Security.Google;
|
||||
using Owin;
|
||||
|
||||
|
||||
namespace Epost.TestToolsWeb
|
||||
{
|
||||
public partial class Startup
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user