|
|
@ -17,6 +17,8 @@ namespace Squidex.Domain.Apps.Entities.Apps.Commands |
|
|
|
|
|
|
|
|
public string Name { get; set; } |
|
|
public string Name { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public string? Template { get; set; } |
|
|
|
|
|
|
|
|
[IgnoreDataMember] |
|
|
[IgnoreDataMember] |
|
|
public override DomainId AggregateId |
|
|
public override DomainId AggregateId |
|
|
{ |
|
|
{ |
|
|
@ -28,4 +30,4 @@ namespace Squidex.Domain.Apps.Entities.Apps.Commands |
|
|
AppId = DomainId.NewGuid(); |
|
|
AppId = DomainId.NewGuid(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |