mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Removing unecessary implementation of IRepository interface as this is implemented by the base class.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user