初始提交
This commit is contained in:
7
Infrastructure/Hncore.Infrastructure/DDD/ITenantStore.cs
Normal file
7
Infrastructure/Hncore.Infrastructure/DDD/ITenantStore.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Hncore.Infrastructure.DDD
|
||||
{
|
||||
public interface ITenantStore
|
||||
{
|
||||
int StoreId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user