ApiKey
This commit is contained in:
parent
749eb645d5
commit
dd6d83cf06
28 changed files with 1097 additions and 184 deletions
|
|
@ -4,6 +4,7 @@ using System.Text;
|
|||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using nuget_host.Models;
|
||||
using nuget_host.Models.ApiKeys;
|
||||
|
||||
namespace nuget_host.Data
|
||||
{
|
||||
|
|
@ -13,5 +14,7 @@ namespace nuget_host.Data
|
|||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue