Skip to content

Commit 9588c9c

Browse files
committed
Adde implementations (not implemented :O) of all constructors in DocumentDb
1 parent 7c93c68 commit 9588c9c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

SharpRepository.AzureDocumentDb/DocumentDbConfigRepositoryFactory.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,15 @@ public override ICompoundKeyRepository<T, TKey, TKey2> GetInstance<T, TKey, TKey
4040
{
4141
throw new NotImplementedException();
4242
}
43+
44+
public override ICompoundKeyRepository<T, TKey, TKey2, TKey3> GetInstance<T, TKey, TKey2, TKey3>()
45+
{
46+
throw new NotImplementedException();
47+
}
48+
49+
public override ICompoundKeyRepository<T> GetCompoundKeyInstance<T>()
50+
{
51+
throw new NotImplementedException();
52+
}
4353
}
4454
}

0 commit comments

Comments
 (0)