mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +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.
|
/// 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
|
/// This repository will also monitor for changes to the PackageCatelog and update the repository accordingly
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal class PackageRepository : ListRepository<UWP.Application>, IRepository<UWP.Application>, IProgramRepository
|
internal class PackageRepository : ListRepository<UWP.Application>, IProgramRepository
|
||||||
{
|
{
|
||||||
private IStorage<IList<UWP.Application>> _storage;
|
private IStorage<IList<UWP.Application>> _storage;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user