Exemplo n.º 1
0
 public Test(ExampleDbContextManager dbContextManager)
 {
     _dbContextManager = dbContextManager;
 }
Exemplo n.º 2
0
 public SimpleService(ExampleDbContextManager dbContextManager)
 {
     m_dbContextManager = dbContextManager;
 }
 public NestedTransactionService(ExampleDbContextManager dbContextManager)
 {
     _dbContextManager = dbContextManager;
 }