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