Add Login Module
This commit is contained in:
@@ -3,7 +3,7 @@ namespace AMREZ.EOP.Domain.Entities.Common;
|
||||
public abstract class BaseEntity
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string TenantId { get; set; } = default!;
|
||||
public Guid TenantId { get; set; } = default!;
|
||||
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
public string? CreatedBy { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user