Skip to content

Commit e151525

Browse files
committed
double key aspect ok, triple partialy done
1 parent 11b4757 commit e151525

3 files changed

Lines changed: 399 additions & 128 deletions

File tree

SharpRepository.Repository/Aspects/CompoundKeyRepositoryGetContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public CompoundKeyRepositoryGetContext(ICompoundKeyRepository<T, TKey, TKey2> re
1313

1414
public class CompoundKeyRepositoryGetContext<T> : CompoundKeyRepositoryGetContext<T, T> where T : class
1515
{
16-
public CompoundKeyRepositoryGetContext(ICompoundKeyRepository<T> repository, IEnumerable<object> ids) : base(repository, ids)
16+
public CompoundKeyRepositoryGetContext(ICompoundKeyRepository<T> repository, object[] ids) : base(repository, ids)
1717
{
1818
}
1919
}

0 commit comments

Comments
 (0)