Add FingerprintManager
This commit is contained in:
11
Akari.Prototype.Server/Services/KeyManager.cs
Normal file
11
Akari.Prototype.Server/Services/KeyManager.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public class KeyManager : IKeyManager
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user