refactor(dotnet): split collection read and write contracts
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 17s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 01:00:36 +09:00
parent e99c15e6a5
commit e0d278e6eb
6 changed files with 72 additions and 39 deletions
@@ -8,7 +8,7 @@ using QuantEngine.Infrastructure.Data;
namespace QuantEngine.Infrastructure.Repositories
{
public class CollectionRepository : ICollectionRepository
public class CollectionRepository : ICollectionRepository, ICollectionReadRepository, ICollectionWriteRepository
{
private readonly IDbConnectionFactory _connectionFactory;