chore fix
This commit is contained in:
@@ -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