7 lines
119 B
C#
7 lines
119 B
C#
namespace Hncore.Infrastructure.DDD
|
|
{
|
|
public interface ITenantStore
|
|
{
|
|
int StoreId { get; set; }
|
|
}
|
|
} |