コード例 #1
0
ファイル: ISession.cs プロジェクト: Herrad/Tegud.NET
 public IdentityRepository(ITegudSqlConnectionFactory connectionFactory, IProfilerWrapper profilerWrapper)
 {
     _profilerWrapper = profilerWrapper;
     _connection = connectionFactory.GetConnection();
 }
コード例 #2
0
 public StuffCategoryRepository(ITegudSqlConnectionFactory connectionFactory, IProfilerWrapper profilerWrapper)
 {
     _profilerWrapper = profilerWrapper;
     _connection = connectionFactory.GetConnection();
 }