I have void Add(TEntity entity) where TEntity : class, ISpecificEntity; I just want use class of specific interface.
void Add(TEntity entity) where TEntity : class, ISpecificEntity;
what the point