File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9999 <Compile Include =" Storage\IntegrationEngineContext.cs" />
100100 <Compile Include =" Storage\IntegrationEngineDbConfiguration.cs" />
101101 <Compile Include =" Storage\IRepository.cs" />
102- <Compile Include =" Storage\Repository.cs" />
103102 <Compile Include =" Jobs\IElasticsearchJob.cs" />
104103 <Compile Include =" Storage\IElasticsearchRepository.cs" />
105104 <Compile Include =" Storage\ElasticsearchRepository.cs" />
106105 <Compile Include =" Storage\IDatabaseRepository.cs" />
106+ <Compile Include =" Storage\DatabaseRepository.cs" />
107107 </ItemGroup >
108108 <ItemGroup >
109109 <None Include =" App.config" />
Original file line number Diff line number Diff line change 77
88namespace IntegrationEngine . Core . Storage
99{
10- public class Repository : IDatabaseRepository
10+ public class DatabaseRepository : IDatabaseRepository
1111 {
1212 public ILog Log { get ; set ; }
1313 public IntegrationEngineContext db = null ;
1414
15- public Repository ( )
15+ public DatabaseRepository ( )
1616 {
1717 }
1818
19- public Repository ( IntegrationEngineContext db )
19+ public DatabaseRepository ( IntegrationEngineContext db )
2020 {
2121 this . db = db ;
2222 }
You can’t perform that action at this time.
0 commit comments