Beispiel #1
0
 public IdentityRepository(ITegudSqlConnectionFactory connectionFactory, IProfilerWrapper profilerWrapper)
 {
     _profilerWrapper = profilerWrapper;
     _connection = connectionFactory.GetConnection();
 }
 public StuffCategoryRepository(ITegudSqlConnectionFactory connectionFactory, IProfilerWrapper profilerWrapper)
 {
     _profilerWrapper = profilerWrapper;
     _connection = connectionFactory.GetConnection();
 }