public GenericMaestro(IServiceWithId <T, K> entityService, IMapper mapper) : this(entityService, new DummyTransactionManager(), mapper) { }
public GenericMaestro(IServiceWithId <T, K> entityService, ITransactionManager transactionManager, IMapper mapper) : base(transactionManager, mapper) { _service = entityService; }