chore fix
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Atomx.Data.CacheServices
|
||||
public partial interface ICacheService
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取语言信息
|
||||
/// 获取语言信息,Enabled = true, 可选择强制更新缓存
|
||||
/// </summary>
|
||||
/// <param name="reload"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Atomx.Data.Services
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
long NewId();
|
||||
long CreateId();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -39,7 +39,7 @@ namespace Atomx.Data.Services
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public long NewId()
|
||||
public long CreateId()
|
||||
{
|
||||
return IdCreator.CreateId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user