more code behind. and more orga power
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Generated by the DevExpress.Blazor package.
|
||||
// To prevent this operation, add the DxExtendStartupHost property to the project and set this property to False.
|
||||
//
|
||||
// UserService.Test.csproj:
|
||||
//
|
||||
// <Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
// <PropertyGroup>
|
||||
// <TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
// <DxExtendStartupHost>False</DxExtendStartupHost>
|
||||
// </PropertyGroup>
|
||||
//------------------------------------------------------------------------------
|
||||
using System;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
|
||||
[assembly: HostingStartup(typeof(UserService.Test.DevExpressHostingStartup))]
|
||||
|
||||
namespace UserService.Test {
|
||||
public partial class DevExpressHostingStartup : IHostingStartup {
|
||||
void IHostingStartup.Configure(IWebHostBuilder builder) {
|
||||
builder.ConfigureServices((serviceCollection) => {
|
||||
serviceCollection.AddDevExpressBlazor();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user