mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
Removing unecessary implementation of IRepository interface as this is implemented by the base class.
This commit is contained in:
parent
9ff8246a9d
commit
1c724280f5
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user