IdentityHostingStartup.cs

34 lines | 825 B Blame History Raw Download
//using System;

//using Microsoft.AspNetCore.Hosting;
//using Microsoft.AspNetCore.Identity;
//using Microsoft.Extensions.DependencyInjection;
//using Microsoft.AspNetCore.Authentication;
//using Microsoft.EntityFrameworkCore;
//using Microsoft.Extensions.Configuration;

//using WebFileServ.Model.DAL.DataBase.EF;
//using WebFileServ.Model.Entities.Identity;

//[assembly: HostingStartup(typeof(WebFileServ.WebApp.Areas.Identity.IdentityHostingStartup))]
//namespace WebFileServ.WebApp.Areas.Identity
//{
//    public class IdentityHostingStartup : IHostingStartup
//    {
//        public void Configure(IWebHostBuilder builder)
//        {
//            builder.ConfigureServices((context, services) => 
//            {

                




                

                
//            });
//        }
//    }
//}