refactor: 更改扩展类名称
This commit is contained in:
parent
24dcb24e24
commit
f594838784
|
|
@ -4,9 +4,9 @@ using IP2Region.Net.XDB;
|
||||||
namespace Microsoft.Extensions.DependencyInjection;
|
namespace Microsoft.Extensions.DependencyInjection;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// BootstrapBlazor 服务扩展类
|
/// IP2Region 服务扩展类
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class BootstrapBlazoIP2RegionExtensions
|
public static class IP2RegionExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 添加 IP2RegionService 服务
|
/// 添加 IP2RegionService 服务
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue