mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 07:05:01 +01:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace DotBased.AspNet.Authority.EFCore.Models;
|
|
|
|
public class UserGroup
|
|
{
|
|
public Guid UserId { get; set; }
|
|
public Guid GroupId { get; set; }
|
|
} |