initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Domain.Common;
|
||||
|
||||
public interface IHasSequentialId
|
||||
{
|
||||
string Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user