chore: 重命名注入服务扩展方法
This commit is contained in:
parent
bbf51ea3f4
commit
b281d05c5d
|
@ -10,7 +10,7 @@ namespace Microsoft.Extensions.DependencyInjection;
|
|||
/// <summary>
|
||||
/// FreeSql ORM 注入服务扩展类
|
||||
/// </summary>
|
||||
public static class ServicesExtensions
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// 注入 FreeSql 数据服务类
|
Loading…
Reference in New Issue