mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-20 04:28:12 +02:00
7 lines
154 B
C#
7 lines
154 B
C#
namespace DotBased.AspNet.Authority.EFCore.Models;
|
|
|
|
public class UserGroups
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public Guid GroupId { get; set; }
|
|
} |