sharding/samples/Samples.AbpSharding/IShardingKeyIsCreationTime.cs

12 lines
195 B
C#
Raw Permalink Normal View History

2021-10-22 23:19:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Samples.AbpSharding
{
public interface IShardingKeyIsCreationTime
{
}
}