7 lines
200 B
C#
7 lines
200 B
C#
|
namespace ZeroFramework.DeviceCenter.Domain.Specifications.Builder
|
|||
|
{
|
|||
|
public interface IIncludableSpecificationBuilder<T, out TProperty> : ISpecificationBuilder<T> where T : class
|
|||
|
{
|
|||
|
}
|
|||
|
}
|