protected TCollectionEntity MapToDDD(TCollectionDbObject entity) { return(MappingManagerExtension.MapToDDD <TCollectionEntity>(_mapper, _mappingManager, entity)); }
public virtual TEntity MapToDDD(TDbObject entity) { return(MappingManagerExtension.MapToDDD <TEntity>(_mapper, _mappingManager, entity)); }