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