Interface IEntityInfoSpecification<T>
Generic interface for managing entities with result of type T
public interface IEntityInfoSpecification<T> where T : IEntityInfo
Type Parameters
T
Methods
DeclareAsync()
Task<T> DeclareAsync()
Returns
- Task<T>
DeleteAsync()
Task<T> DeleteAsync()
Returns
- Task<T>