Initial Commit ...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace xDataService.Interfaces {
|
||||
/// <summary>
|
||||
/// this service provide Sequential GUID mechanism for Entity Ids ...
|
||||
/// </summary>
|
||||
public interface IXSequentialGuid {
|
||||
Guid GetCurrentGuid ();
|
||||
Guid Next ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user