1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

service container

This commit is contained in:
Kyle Spearrin
2019-04-11 14:14:34 -04:00
parent e1080f9be4
commit b9838ecc4e
4 changed files with 98 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using System.Threading.Tasks;
namespace Bit.Core.Services
{
public class AppIdService
public class AppIdService : IAppIdService
{
private readonly IStorageService _storageService;