[Add] MasterData Services.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.MasterData.RecallClass;
|
||||
|
||||
public sealed record RecallClassResponse(
|
||||
Guid Id,
|
||||
string Scope,
|
||||
string Code,
|
||||
string Name,
|
||||
Dictionary<string, string>? NameI18n,
|
||||
Guid? OverridesGlobalId,
|
||||
bool IsActive,
|
||||
bool IsSystem,
|
||||
Dictionary<string, object>? Meta
|
||||
);
|
||||
Reference in New Issue
Block a user