namespace AMREZ.EOP.Contracts.DTOs.MasterData.RxSchedule; public sealed record RxScheduleUpdateRequest( string Name, Dictionary? NameI18n, Dictionary? Meta, bool IsActive );