refactor(dotnet): remove aggregate collection repository contract
This commit is contained in:
@@ -8,7 +8,7 @@ using QuantEngine.Infrastructure.Data;
|
||||
|
||||
namespace QuantEngine.Infrastructure.Repositories
|
||||
{
|
||||
public class CollectionRepository : ICollectionRepository, ICollectionReadRepository, ICollectionWriteRepository
|
||||
public class CollectionRepository : ICollectionReadRepository, ICollectionWriteRepository
|
||||
{
|
||||
private readonly IDbConnectionFactory _connectionFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user