7 lines
180 B
C#
7 lines
180 B
C#
|
namespace ZeroFramework.DeviceCenter.Domain.Specifications.Builder
|
|||
|
{
|
|||
|
public interface ICacheSpecificationBuilder<T> : ISpecificationBuilder<T> where T : class
|
|||
|
{
|
|||
|
}
|
|||
|
}
|