Skip to content

Commit bd41254

Browse files
committed
Rename RepositoryContainer to WacEntityRepositoryGroup
1 parent 46856c6 commit bd41254

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ namespace WindowsAppCommunity.Sdk.Nomad;
1313
/// <para/>
1414
/// DI may not be able to construct the repositories due to the circular dependencies, but they can be constructed via this class.
1515
/// </remarks>
16-
public class RepositoryContainer
16+
public class WacEntityRepositoryGroup
1717
{
1818
/// <summary>
19-
/// Creates a new instance of the <see cref="RepositoryContainer"/> class.
19+
/// Creates a new instance of the <see cref="WacEntityRepositoryGroup"/> class.
2020
/// </summary>
2121
/// <param name="kuboOptions">The options to use when publishing or retrieving content via Kubo.</param>
2222
/// <param name="client">The Kubo client to use for API calls to IPFS.</param>
2323
/// <param name="managedKeys">The collection of keys available to this repository.</param>
2424
/// <param name="managedUserConfigs">The managed collection of user configurations.</param>
2525
/// <param name="managedProjectConfigs">The managed collection of project configurations.</param>
2626
/// <param name="managedPublisherConfigs">The managed collection of publisher configurations.</param>
27-
public RepositoryContainer(IKuboOptions kuboOptions, ICoreApi client, ICollection<Key> managedKeys, ICollection<NomadKuboEventStreamHandlerConfig<Models.User>> managedUserConfigs, ICollection<NomadKuboEventStreamHandlerConfig<Models.Project>> managedProjectConfigs, ICollection<NomadKuboEventStreamHandlerConfig<Models.Publisher>> managedPublisherConfigs)
27+
public WacEntityRepositoryGroup(IKuboOptions kuboOptions, ICoreApi client, ICollection<Key> managedKeys, ICollection<NomadKuboEventStreamHandlerConfig<Models.User>> managedUserConfigs, ICollection<NomadKuboEventStreamHandlerConfig<Models.Project>> managedProjectConfigs, ICollection<NomadKuboEventStreamHandlerConfig<Models.Publisher>> managedPublisherConfigs)
2828
{
2929
var userRepository = new UserRepository()
3030
{

0 commit comments

Comments
 (0)