Move Data.MongoDB to Data
This commit is contained in:
parent
6e412f4f26
commit
005eea35e2
11 changed files with 55 additions and 10 deletions
10
src/Robware.Data/ApiKeyRepository.cs
Normal file
10
src/Robware.Data/ApiKeyRepository.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using Robware.Auth.API;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Robware.Data {
|
||||
public class ApiKeyRepository : IApiKeys {
|
||||
public Task<ApiKey> Get(string key) {
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue