mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Cleanup
This commit is contained in:
@@ -28,24 +28,18 @@
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System;
|
||||
using Cicm.Database.Models;
|
||||
using cicm_web.Areas.Identity;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Identity.UI;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
[assembly: HostingStartup(typeof(cicm_web.Areas.Identity.IdentityHostingStartup))]
|
||||
[assembly: HostingStartup(typeof(IdentityHostingStartup))]
|
||||
|
||||
namespace cicm_web.Areas.Identity
|
||||
{
|
||||
public class IdentityHostingStartup : IHostingStartup
|
||||
{
|
||||
public void Configure(IWebHostBuilder builder)
|
||||
{
|
||||
builder.ConfigureServices((context, services) => {
|
||||
});
|
||||
builder.ConfigureServices((context, services) => { });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user