mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Create a LicenseService to handle in-app purchases
This commit is contained in:
10
ModernKeePass/Interfaces/ILicenseService.cs
Normal file
10
ModernKeePass/Interfaces/ILicenseService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Windows.ApplicationModel.Store;
|
||||
|
||||
namespace ModernKeePass.Interfaces
|
||||
{
|
||||
public interface ILicenseService
|
||||
{
|
||||
IReadOnlyDictionary<string, ProductListing> Products { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user