mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 05:55:13 -05:00
11 lines
238 B
C#
11 lines
238 B
C#
namespace Bit.Core.Models.Table
|
|
{
|
|
/// <summary>
|
|
/// This class is not used. It is implemented to make the Identity provider happy.
|
|
/// </summary>
|
|
public class Role
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
}
|