I'm seeing this very often recently - what does it mean?
public void IPersistenceRepository<TEntity> : IDisposable {
|
v
public IEnumerable<TEntity> Where(Expression<Func<TEntity, bool>> @predicate);
}
or
public IDomainEventHandler<TEvent> : IEventHandler {
|
v
public void Handle(TEvent @event);
}