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