mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
More queries/commands
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
using ModernKeePass.Application.Common.Interfaces;
|
||||
using ModernKeePass.Domain.Interfaces;
|
||||
|
||||
namespace ModernKeePass.Application.Services
|
||||
{
|
||||
public class ResourceService: IResourceService
|
||||
{
|
||||
private readonly IResourceProxy _resourceProxy;
|
||||
|
||||
public ResourceService(IResourceProxy resourceProxy)
|
||||
{
|
||||
_resourceProxy = resourceProxy;
|
||||
}
|
||||
|
||||
public string GetResourceValue(string key)
|
||||
{
|
||||
return _resourceProxy.GetResourceValue(key);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user