CodeLiturgy.Dashboard/BlueWest.Api/Users/RoleStore.cs

17 lines
381 B
C#

using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace BlueWest.WebApi.Context.Users;
/// <summary>
/// Role storage management
/// </summary>
/*public class RoleStore : RoleStore<ApplicationRole>
{
}*/