mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-18 03:28:13 +02:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace DotBased.AspNet.Authority.EFCore.Models;
|
|
|
|
public class RoleLink
|
|
{
|
|
public Guid RoleId { get; set; }
|
|
public Guid LinkId { get; set; }
|
|
} |