Skip to content

Commit

Permalink
Removing unecessary implementation of IRepository interface as this i…
Browse files Browse the repository at this point in the history
…s implemented by the base class.
  • Loading branch information
ryanbodrug-microsoft committed Jul 9, 2020
1 parent 9ff8246 commit 1c72428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Plugin.Program.Storage
/// A repository for storing packaged applications such as UWP apps or appx packaged desktop apps.
/// This repository will also monitor for changes to the PackageCatelog and update the repository accordingly
/// </summary>
internal class PackageRepository : ListRepository<UWP.Application>, IRepository<UWP.Application>, IProgramRepository
internal class PackageRepository : ListRepository<UWP.Application>, IProgramRepository
{
private IStorage<IList<UWP.Application>> _storage;

Expand Down

0 comments on commit 1c72428

Please sign in to comment.